1

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?

Brad Larson
  • 170,088
  • 45
  • 397
  • 571
user351073
  • 11
  • 2
  • Have you tried googling for tutorials? – Jeff May 26 '10 at 15:37
  • @Jeff, brace yourself for the flaming! – Lazarus May 26 '10 at 15:37
  • Depending on what you want to do, this may be a duplicate of http://stackoverflow.com/questions/576764/tab-bar-controller-inside-a-navigation-controller-or-sharing-a-navigation-root-v or http://stackoverflow.com/questions/369128/tab-bar-application-with-navigation-controller – Brad Larson May 26 '10 at 20:42

3 Answers3

1

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.

Community
  • 1
  • 1
progrmr
  • 75,956
  • 16
  • 112
  • 147
1

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/

0

Short answer: You don't!

But you can add a UINavigationController to a UITabBar.

Meltemi
  • 37,979
  • 50
  • 195
  • 293