tab bars
Tab Bars and Navigation Controllers in Interface Builder
By Julio - Posted on November 28th, 2009
Tagged:
I often hear questions about using navigation controllers (UINavigationController) and tab controllers (UITabBarController) in the same app. Xcode has a project template for a “Navigation-based Application” which uses a UITableViewController under a navigation controller and for a “Tab Bar application” that creates a tab bar with two regular UIViewControllers that you can switch between.

