Hi,
I'm started to develop my second app, my first app, I pretty much followed an existing example from my iphone book.
I've been looking at some examples and I can't decide whats going to work out best.
My app will have a tab bar, a navigation bar on most of the screens. However, the first screen is going to be a getting started screen with a show next time option, it will have a nav bar but no tab bar. So the second time the app runs it might not show the getting started screen.
In examples I've seen where theres the tab and nav showing first the tab bar is the root controller and the template for the project is of type windows.
Heres an example.
http://www.youtube.com/watch?v=LBnPfAtswgw
What type of template should I choose and what would be root controller, bearing in mind that the first screen will only have a nav bar?
Thanks in advance.