一般情况我们新建项目之后,点开Main.storyBoard,发现已经设置了程序的入口,如图:

ios开发-StoryBoard 添加Entry point

但是我们通常我们在使用storyBoard时,需要修改程序入口怎么设置?
点击选中到你想作为入口的控制器,在右侧菜单栏中勾选View Controller中的Is Initial View Controller属性,如图:
ios开发-StoryBoard 添加Entry point
这样就更新Entry Point。


相关文章: