How to add a TabBar to NavigationController based iPhone app

Posted by Alex on Stack Overflow See other posts from Stack Overflow or by Alex
Published on 2009-01-27T03:47:49Z Indexed on 2010/06/13 6:52 UTC
Read the original article Hit count: 305

Filed under:
|
|

I have a simple NavigationController based app. The main window shows a TableView and selecting an item loads a sub-view. I used Interface Builder for UI views.

Now I want to add a TabBar to the app. Where do I put it? Do I need a TabBarController? Should it go in the MainWindow.xib, or RootViewController.xib?

How do I tie it together with my NavigationController?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk