36

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.

Sushil Sharma
  • 2,321
  • 3
  • 29
  • 49
Serhat Yigit
  • 361
  • 1
  • 3
  • 4

3 Answers3

95
  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.

Storyboard Entry Point

kazi.munshimun
  • 2,168
  • 19
  • 17
30

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

vadian
  • 274,689
  • 30
  • 353
  • 361
5

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