当模态视图处于活动状态时如何停止自动旋转?

发布于 2024-09-16 08:55:09 字数 115 浏览 4 评论 0原文

如果我在模式视图存在时尝试旋转 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

二货你真萌 2024-09-23 08:55:09

我建议找出崩溃的原因。
无论如何,如果您确实想停止界面旋转,

- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation

请在当前显示模式视图时使用 Return NO

I'd suggest finding the reason for the crash.
Anyway, if you really want to stop the interface from rotating, use

- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation

Return NO if you are currently showing a modal view.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文