默认约定:UIInterfaceOrientationLandscapeRight 或 UIInterfaceOrientationLandscapeLeft

发布于 2024-10-31 02:02:09 字数 172 浏览 2 评论 0原文

将 UIInterfaceOrientation 键添加到 info.plist 文件时,初始应用程序状态是否有常规默认值(UIInterfaceOrientationLandscapeRight 或 UIInterfaceOrientationLandscapeLeft)?

当开始横向拍摄时,您通常使用哪一个?

When adding the UIInterfaceOrientation key to the info.plist file, is there a conventional default value for the initial app state (UIInterfaceOrientationLandscapeRight or UIInterfaceOrientationLandscapeLeft)?

And which do you typically use when starting in landscape?

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

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

发布评论

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

评论(3

归途 2024-11-07 02:02:09

我找不到阅读此内容的原始文档(这是您第一次开始时阅读的苹果指南文档之一),但它说首选景观是底部的音量按钮。所以我认为这就是 UIInterfaceOrientationLandscapeLeft。

更正: UIInterfaceOrientationLandscapeRight。总是把两者混淆。

I can't find the original document where I read this (It's one of the apple guideline documents you read when you first start) but it said the preferred landscape was with the volume buttons on the bottom. So I think that's UIInterfaceOrientationLandscapeLeft.

correction: UIInterfaceOrientationLandscapeRight. Always get the 2 mixed up.

ぺ禁宫浮华殁 2024-11-07 02:02:09

我认为横向没有传统的默认值。这取决于开发人员,但我认为最好有 UIInterfaceOrientationLandscapeLeft

I don't think there is a conventional default value for landscape orientation. Its upto the developer but I think its better to have UIInterfaceOrientationLandscapeLeft

只是我以为 2024-11-07 02:02:09

用户还可以选择想要使用的方向。
我更喜欢 UIInterfaceOrientationLandscapeRight。

It is also possible for a user to choose which orientation it would like to use.
I prefer UIInterfaceOrientationLandscapeRight.

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