views:

82

answers:

3

I am beginning iPhone application developer, and so I'm not sure how to start the creation of a navigation-controller-based application which uses a tab bar controller in part of it. Do you have suggestions for where to start with this?

+1  A: 

These links are a good place to start:

There's a lot out there, it's a little overwhelming at first. One way to get started is to pick a book and go through all the examples.

progrmr
+1  A: 

The Book "Beginning iPhone Development" is pretty good for GUI-Stuff. You could buy it.

But here's a online tutorial: http://21gingerman.wordpress.com/2009/04/06/tutorial-and-sample-code-for-iphone-app-with-tab-bar-and-nav-bar/

antihero
A: 

Short answer: You don't!

But you can add a UINavigationController to a UITabBar.

Meltemi