I have a UIViewController that contains a UITabbarController which contains a UINavigationController.
When I am setting up my IB outlets, what should the File's Owner view outlet be set to?
I have a UIViewController that contains a UITabbarController which contains a UINavigationController.
When I am setting up my IB outlets, what should the File's Owner view outlet be set to?
I think that it should be set to UITabbarController. Later, if you need to access to UINavigationController just call like this [tabBar.navigationController pushViewController:animated];