我不在启动屏幕上使用情节提要/ xib并在Xcode7 +中得到这些错误。
- All interface orientations must be supported unless the app requires full screen.
- A launch storyboard or xib must be provided unless the app requires full screen.
我不在启动屏幕上使用情节提要/ xib并在Xcode7 +中得到这些错误。
- All interface orientations must be supported unless the app requires full screen.
- A launch storyboard or xib must be provided unless the app requires full screen.
Answers:
从iOS9和Xcode 7开始,您需要为启动屏幕提供LaunchScreen.storyboard,以便在iPad上支持新的多任务处理功能。
要选择不参加幻灯片和拆分视图的资格,请添加 UIRequiresFullScreen
密钥到Xcode项目的Info.plist文件中,并应用布尔值YES。
查找有关Apple参考的更多信息(请查看最后一段),或观看会议205 iOS 10上的iPad上的多任务入门@ 10:35。
LaunchImage
捆绑包,则Images.xcassets
该应用将仅像iOS 7过渡之前一样显示默认的3.5英寸屏幕(适用于iPhone 4和更早版本)。为避免这种情况,请确保在至少一张(占位符)图片,例如Default-568h@2x~iphone.png