the application contains more than one navigation controller. (example below)
NavigationController1 ----> ViewController1 ---> TabBarController -->
May be this can help:
[self.window addSubview:secondNavigationController.view];
Add the view of second navigation controller in the window.