Reputation: 95
Xcode 6.2 doesn't have the "Is initial view controller" option.
Xcode 6.1
Xcode 6.2
Any idea?
Upvotes: 0
Views: 933
Reputation: 1
Before xcode 6.2, that isintialViewcontroller check mark is there. But no longer in xcode 6.2, drag the entry point from viewcontroller to required viewcontroller
Upvotes: 0
Reputation: 176
In Xcode 6.2, the "Is initial view controller" box has turned into a "Storyboard Entry Point" object. It can be found in the object library.
Upvotes: 8
Reputation: 735
That's interesting - I had never actually used that "Is Initial View Controller" checkbox before. I've always just dragged the little arrow around the storyboard if I needed to change the initial VC. Looks like that's Apple's preferred way of setting that option going forward.
Upvotes: 2