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.
Asked
Active
Viewed 3.9k times
3 Answers
95
Click on Top of ViewController or Controller in Document Outline window (on left side) of the Controller you want to make Storyboard Entry Point.
Click on Attribute inspector button (in right side).
Enable "Is Initial View Controller".
Storyboard Entry Point will reappear hopefully.

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
-
Thanks for your answer but I want to have Storyboard Entry Point as an item and exist in Object list – Serhat Yigit Jan 29 '16 at 16:45
-
@Fattie In a storyboard it's still there. – vadian Apr 10 '20 at 17:38