相关疑难解决方法(0)

除非应用程序需要全屏,否则必须提供启动故事板或xib

我没有使用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)

xcode ios uistoryboard

68
推荐指数
2
解决办法
3万
查看次数

iOS 9:警告"必须支持所有界面方向,除非应用程序需要全屏"才能使用通用应用程序

我正在开发一款通用的应用程序,可以在iPad上使用所有方向,在iPhone 上使用肖像.该应用程序适用于iOS 9兼容iPad上的分屏多任务,但我有这样的警告:

All interface orientations must be supported unless the app requires full screen
Run Code Online (Sandbox Code Playgroud)

我的应用程序不需要全屏.它仅限于iPhone上的肖像......不应该没问题吗?有没有办法只在iPhone上声明需要全屏

提前致谢

顺便说一下,我正在使用Xcode 7.3.1

iphone xcode multitasking ipad ios

44
推荐指数
3
解决办法
2万
查看次数

标签 统计

ios ×2

xcode ×2

ipad ×1

iphone ×1

multitasking ×1

uistoryboard ×1