I am developing an iPhone application in which I have embedded UITabbarController and UINavigationController in my storyboard. when I select the first tab, it loads the navigation controller with a uitablecontroller as its rootviewcontroller. I have set the same UITableViewController again as the rootviewcontroller for the next navigation controller correspondingly to the next tab. but its not loading anything and I see a black screen. my question is whether i can set a single UITableViewController as a rootviewcontroller for different navigation controllers where each of this navigation controllers are embedded in different tabs in a storyboard.
Add a comment
|