当模态视图处于活动状态时如何停止自动旋转?
如果我在模式视图存在时尝试旋转 iPad,我的应用程序会崩溃。当模态视图存在时,如何停止自动旋转,或者更好的是,如何使模态视图与其他所有内容一起旋转(当应用程序崩溃时,除了模态视图之外,所有内容都会旋转)?非常感谢!
My application crashes if I attempt to rotate the iPad when a modal view is present. How do you stop autorotation while modal views are present or better yet how do you make it so that modal view rotates along with everything else (when the application crashes everything rotates but the modal view)? Many thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议找出崩溃的原因。
无论如何,如果您确实想停止界面旋转,
请在当前显示模式视图时使用 Return
NO
。I'd suggest finding the reason for the crash.
Anyway, if you really want to stop the interface from rotating, use
Return
NO
if you are currently showing a modal view.