Apple 会因为我的应用程序使用 setStatusBarOrientation 而拒绝我的应用程序吗?

发布于 2024-09-24 13:52:12 字数 251 浏览 3 评论 0原文

ViewController1 使用纵向。 ViewController2 使用横向方向。如果我使用:

[[UIApplication sharedApplication] setStatusBarOrientation: UIInterfaceOrientationPortrait];

我的应用程序会被拒绝吗?如果我无法使用此通话,我还有其他选择吗?仅仅旋转图像是不够的,因为我需要以正确的方向使用操作表和警报提示。

ViewController1 uses portrait orientation. ViewController2 uses landscape orientation. If I use:

[[UIApplication sharedApplication] setStatusBarOrientation: UIInterfaceOrientationPortrait];

Will my app get rejected? If I can't use this call, what is my other option? Simply rotating the images won't be sufficient since I need to use action sheets and alert prompts in the correct orientation.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

洛阳烟雨空心柳 2024-10-01 13:52:12

According to the class documentation (http://developer.apple.com/library/ios/#documentation/uikit/reference/UIApplication_Class/Reference/Reference.html) it would appear to be a documented part of the API and therefore valid to set.

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