I am currently using XCode 4.3 and storyboards. I have 3 ViewControllers in my RootTabBarController. I want my SecondViewController to be a RootNavigationController so I can derive into other screens from that. Any ideas how can I achieve it via interface builder or programmatically.
NOTE:
I tried to pull in a Navigation Controller(which comes with its root controller, and I tried to assign the SecondViewController as the RootNavigationController, which failed as I suspected, since TabBarController has a root relation with it.
If I’m understanding correctly you want the root view controller of your app to be a tab bar controller and for the app to start on the second tab.