tab bars

Tab Bars and Navigation Controllers in Interface Builder

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.

Syndicate content