Storyboard Entry Point Missing
Asked Answered
A

3

38

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.

Apices answered 29/1, 2016 at 12:29 Comment(0)
G
101
  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

Grammar answered 20/7, 2017 at 9:59 Comment(0)
P
32

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

Pengelly answered 29/1, 2016 at 13:34 Comment(2)
Thanks for your answer but I want to have Storyboard Entry Point as an item and exist in Object listApices
@Fattie In a storyboard it's still there.Pengelly
O
6

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

Offal answered 30/7, 2020 at 7:17 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.