How to insert UINavigationController inside UITabBarController
问题 How to insert UINavigationController inside UITabBarController . Currently I have main UITabBarController with declatarion inside application delegate like this (so tab is main) self.window.rootViewController = self.tabBarController; And inside one of tabs I want to insert UINavigationController , and can't get it. The code is contructed like this: MainWindow.xib with UITabBarController object with tab typed as UINavigationController (point to NavigationHistory.xib ) - screenshot: invalid