Storyboard Entry Point Missing

我的梦境 提交于 2019-12-20 09:59:07

问题


In xcode 7.2 there is no Storyboard Entry Point item in the Object List. I need to use Storyboard Entry Point , I couldn't find any similar problem by google searches so can anyone help me here.


回答1:


  1. Click on Top of ViewController or Controller in Document Outline window (on left side) of the Controller you want to make Storyboard Entry Point.

  2. Click on Attribute inspector button (in right side).

  3. Enable "Is Initial View Controller".

Storyboard Entry Point will reappear hopefully.




回答2:


There is a Is Initial Controller checkbox in the Attributes Inspector (⌥⌘4) of the window controller in Interface Builder



来源:https://stackoverflow.com/questions/35084607/storyboard-entry-point-missing

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!