Xcode how to change which viewController loads first at start-up

storyboard, uiviewcontroller, xcode

Solution

Choose your viewcontroller in storyboard , click `show the attributes inspector`

and choose `initial scene: is initial view controller`

Problem

I am using storyboards, xcode 4.6.1. I have created an app, but now I want to go back and add a new view controller to the beginning. How do I assign this view controller to be the first one to load up at run-time?

Original source