Do you have to create a View Controller to move between views?

Posted by Frames84 on Stack Overflow See other posts from Stack Overflow or by Frames84
Published on 2010-04-12T15:33:28Z Indexed on 2010/04/12 16:13 UTC
Read the original article Hit count: 203

Filed under:
|

I want a single startup view with a button and a welcome screen. When the button is pressed I then want to navigate to a second view which contains a table view and toolbar.

I've tried creating a ViewController but my button is shown on all views. I just want a single view, then when it's pressed i go to the next view and the 'real' app starts. Can someone please try and explain the best architecture to do this?

(like in chapter 6 of beginning iPhone 3 Development by Dave Mark and Jeff LaMarche )

Thanks

© Stack Overflow or respective owner

Related posts about iphone

Related posts about xcode