Ahmad
Ahmad

Reputation: 95

No "Is initial view controller" in Xcode 6.2

Xcode 6.2 doesn't have the "Is initial view controller" option.

Xcode 6.1

enter image description here

Xcode 6.2

enter image description here

Any idea?

Upvotes: 0

Views: 933

Answers (3)

Sandeep Gurugubelli
Sandeep Gurugubelli

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

David Manuntag
David Manuntag

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.

enter image description here

Upvotes: 8

Adam Kaump
Adam Kaump

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.

Little arrow guy

Upvotes: 2

Related Questions