Reputation: 8651
I have embedded a navigation controller like this:
I have also set this to be my root view with the arrow in storyboard pointing to this. But now I want to change so my app use a tab bar instead of a navigation controller. I have tried to click on the navigation controller than add a tab bar controller. But when I search through my storyboard xml file I still see refrences to navigation controller
Upvotes: 0
Views: 365
Reputation: 154523
To replace the NavigationController with a TabBarController:
Upvotes: 1