I have an application, say \'MyApp\', which by default loads the view controller \'MyAppViewController\' whenever the application launches. Later, I added a new view control
MainWindow.xib
and replace MyAppViewController with NewViewController.application:didFinishLaunchingWithOptions:
add NewViewController's view to the window instead of MyAppViewController's view.