If you use NIB files, you can configure the structure of your application directly in your main NIB. The structure is as follows:
- UITabViewController
- UINavigationViewController
- TabBarItem
- UIViewController (set to download from Tab 1 View.nib)
- NavigationItem (for the root view of the navigation controller 1 tab)
- UINavigationViewController
- TabBarItem
- UIViewController ( Tab 2 View.nib)
- UINavigationViewController
- TabBarItem
- UIViewController ( Tab 3 View.nib)