Set a navigation controller without an app delegate

Posted by Rodrigo on Stack Overflow See other posts from Stack Overflow or by Rodrigo
Published on 2009-04-25T15:53:07Z Indexed on 2010/04/07 5:13 UTC
Read the original article Hit count: 218

I would like to show a Navigation Controller after clicking a button. Every tutorial assumes the navigation controller will be the first screen so it links it to the App Delegate, but App delegate only appears at MainWindow.xib. How do you guys add a navigation controller to a view different than the MainWindow?

Thanks!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uinavigationcontroller