Convert XCode view-based app to navigation-based app?

Posted by Wally on Stack Overflow See other posts from Stack Overflow or by Wally
Published on 2010-03-25T17:38:35Z Indexed on 2010/03/25 17:43 UTC
Read the original article Hit count: 325

Filed under:
|
|

Newbie question: is there an easy way to convert a view-based app to a navigation-based app? I have an existing app sample that was created as a view-based app, and need to be able to create additional viewcontrollers that can be nested. The app is currently using presentModalViewController calls and nibs to display windows. Trying to change these to pushViewController calls results in the views not being displayed. So I'm assuming it's because the pushViewController needs to use a Navigation view. Thanks in advance!

© Stack Overflow or respective owner

Related posts about xcode

Related posts about iphone