爱程序网

IOS开发系列(1)storyboard在ios模拟器无法显示的解决办法

来源: 阅读:

错误警告:

  warning: Unsupported Configuration: Scene is unreachable due to lack of entry points and does not have an identifier for runtime access via -instantiateViewControllerWithIdentifier:.

问题产生过程:

  1.在原有项目新建一个名称为test的storyboard类型的文件。

2.test.storyboard添加View Controller,并设置View Controller下View的背景颜色Background为深蓝色。

3.设置Main Interface为test.storyboard。

4.启动调试,ios模拟器下显示为黑色界面。

原因分析:

默认新建的storyboard没有设置为Is Initial View Controller(初始视图控制器),也就是说test.storyboard没有设置为Is Initial View Controller。

解决办法:

在test.storyboard中,切换到属性检查器,找到View Controller分类下的is initial view controller并勾上它。这样,程序启动后,会加载test.storyboard下的视图。

关于爱程序网 - 联系我们 - 广告服务 - 友情链接 - 网站地图 - 版权声明 - 人才招聘 - 帮助