tab bar controller in navigation controller does work, however reference says it won't
问题 apple's UINavigation Controller Class Reference says that pushViewController:animated: method can't push the instance of tab bar controller onto the stack, and I've read the following article also: Tab bar controller inside a navigation controller, or sharing a navigation root view But, it seems adding instance of UITabBarController onto navigation controller's stack works well for me. I'm using XCode 4.2 (beta, surely) + iOS 5 and made some sample code like the following: - (void)viewDidLoad