在面向IPad的横向启动应用程序方面面临一个问题。我已经开发了IPhone应用程序,后来我将其移植到IPad。我在info.plist中进行了有关方向的设置
[ UISupportedInterfaceOrientations~ipad ] to support all orientation UIInterfaceOrientationPortrait但是当我在横向模式下启动IPad应用程序时,它
我在Xcode7测试版中打开了我的项目,我得到了以下警告,但在Xcode6中没有得到:
All interface orientations must be supported unless the这个应用程序只在设备上使用肖像定位,我也是这样设置的。我还有iphone和ipad界面的故事板。我不能确定为什么我会收到这些警告。这是Xcode7测试版的bug吗?