如何允许 ipad 纵向方向

发布于 2025-01-03 07:34:08 字数 362 浏览 0 评论 0原文

我开发了一个纵向的 iPad 应用程序,但我的应用程序被拒绝,原因如下:

应用程序不符合 Apple iOS 人机界面指南,因为 应用商店审核指南要求。

具体来说,应用程序仅支持自下而上的肖像变体 方向,但不是充值变体。

同时支持两个方向的两种变体,每个变体都有独特的 启动图像,提供最佳用户体验并推荐, 我们了解某些应用程序必须在 仅纵向。在这种情况下,适当的做法是 在您的应用程序中支持该方向的两种变体,例如, 向上和向下主页按钮。”

我对代码进行了一些更改,但仍然只有我的状态栏在纵向方向上旋转,并且不使用整个 uiview。我能做什么?

I have developed an iPad application with portrait orientation, but my application was rejected stating the following reason:

app does not comply with the Apple iOS Human Interface Guidelines, as
required by the App Store Review Guidelines.

Specifically, app only supported the bottom-up variant of the portrait
orientation, but not the top-up variant.

While supporting both variants of both orientations, each with unique
launch images, provides the best user experience and is recommended,
we understand there are certain applications that must run in the
portrait orientation only. In this case, it would be appropriate to
support both variants of that orientation in your application, e.g.,
Home button up and down."

I have some changes in the code but still only my status bar is rotating in both portrait orientation and does not use the whole uiview. What can I do?

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

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

发布评论

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

评论(1

陈年往事 2025-01-10 07:34:08

在此处输入图像描述
查看屏幕截图..您可以看到肖像模式较暗。
这很有趣..你测试过你的应用程序吗...你是如何使用你的iPad的..底部朝上?从你的问题可以看出,你必须将iPad倒置使用你的应用程序......?是真的吗?(你不觉得不舒服吗?)?

好吧,如果是这种情况..打开您的项目..在项目导航器中单击项目名称(蓝色 Xcode 图标),现在中间将有一个支持设备方向的选项..只需确保变暗的只是纵向..四个中的第一个..

enter image description here
See the screenshot..you can see the portrait mode being the darker one.
that is funny.. have you tested your app...how did you use your iPad ..bottom side up?? from your question it is confirmed that you have to use your app with iPad upside down...? is it true.(didn't you find it uncomfortable.)?

Well if that is the case..open your project..click on project name(blue Xcode icon) in the project navigator and in the middle now there will be option to support device orientations..just make sure the darkened one is only portrait..the first one in the four..

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