So I have an app. On the mainWindow I have 1 button. When that button is pushed i want it to open up a completely separate file and start a navigation controller. How can I achieve this all the sample code that I look at base the view controller out of the app delegate.
Basically what I want to do is create something like the facebook application where there is an index of buttons then when one it opens up a navigation controller.