Sah*_*oor 68 xcode ios uistoryboard
我没有使用storyboard/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.
Run Code Online (Sandbox Code Playgroud)
Tom*_*min 119
从iOS9和Xcode 7开始,您需要为启动屏幕提供LaunchScreen.storyboard,以支持iPad上的新多任务处理功能.
要选择不参与幻灯片放映和拆分视图,请将UIRequiresFullScreen
密钥添加到Xcode项目的Info.plist文件中,并应用布尔值YES.
详细了解Apple的参考资料(查看最后一段)或观看会议205 iOS 9中的多任务处理入门 @ 10:35.
Jak*_*lář 86
设置Requires full screen
为YES
目标.
归档时间: |
|
查看次数: |
27155 次 |
最近记录: |