I insert a navigation controller in my project at the beginning of the work using editor->embed in->Navigation Controller.
Now I realize that is better to insert a tab bar instead of the navigation controller, but I’m unable to remove it! The unembed item in the editor menu is always grey, each item i select…
How can I do this job?
I insert a navigation controller in my project at the beginning of the work
Share
Just select the navController in storyboard and delete it. Then you need to add a tab bar controller to it(you can do this same way as nav controller:Editor -> Embed In -> Tab Bar Controller) and wire it up with the view controllers as you require it. Hope this helps.