I have a simple navigation controller based app. A TableView is shown in the main window and an item is selected sub-view Loads I used the interface builder for UI visuals.
Now I want to add a tabber to the app. Where do I put it? Do I Need a TabBarController? Should it go to the main window? Xib, or RootViewController.xib?
How do I join it with my navigation controller?
Answers to this question fixed in the iPhone SDK documentation The Controller Programming Guide for View is presented in .
This link goes directly to the section and discusses the correct methods for creating navigation and tab bar-based interfaces.
Comments
Post a Comment