gpt4 book ai didi

ios - 如何在 Xcode7 中为特定 Storyboard设置方向?

转载 作者:行者123 更新时间:2023-11-29 01:14:41 24 4
gpt4 key购买 nike

嗨,我是 Xcode7 和 swift2 的新手。我来自 android 开发背景,在 android 中,当您在 list 文件中声明一个事件时,您可以为每个事件(纵向、横向)设置其方向限制。 Xcode7 为每个 Storyboard UIview/场景设置方向限制的最简单方法是什么?

最佳答案

您可以通过两种方式设置方向。

一个是,您可以从属性检查器

设置方向

enter image description here

其次,您可以从 .plist 文件中设置它。

在 plist 文件中添加以下键:-

<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>

.plist 的替代品

alternative of .plist file

希望对您有所帮助。

谢谢。

关于ios - 如何在 Xcode7 中为特定 Storyboard设置方向?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35354473/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com