Storyboard Entry Point Missing

后端 未结 3 476
暗喜
暗喜 2021-02-02 09:43

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 an

相关标签:
3条回答
  • 2021-02-02 10:07
    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.

    0 讨论(0)
  • 2021-02-02 10:20

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

    0 讨论(0)
  • 2021-02-02 10:20

    Xcode 11.6, press ⌥⌘5 > enable Is Initial View Controller

    0 讨论(0)
提交回复
热议问题