我有一个应用程序,除了1之外的所有Viewcontrollers都是横向的,这就是为什么我的Info.plist配置如下:
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationPortrait</string>
</array>
现在我的问题是,在我的第一个Viewcontroller中将旋转设置为Landscape之前,应用程序始终以纵向方式启动。
我该如何解决这个问题?我希望我的Launchscreen.storyboard以横向启动