使用Launchscreen Storyboard仅用于横向

时间:2016-06-30 11:03:20

标签: ios iphone storyboard launch-screen

我有一个应用程序,除了1之外的所有Viewcontrollers都是横向的,这就是为什么我的Info.plist配置如下:

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

现在我的问题是,在我的第一个Viewcontroller中将旋转设置为Landscape之前,应用程序始终以纵向方式启动。

我该如何解决这个问题?我希望我的Launchscreen.storyboard以横向启动

0 个答案:

没有答案