I have a view controller, which is the main interface, contains parameters, etc.
I want to go from 1st view controller> tablet controller
now once in the tab controller I want to add more tabs, since by default xcode only creates two.
q) how do you add additional tabs to the storyboard
I included the 1st view controller in the tab controller, but it broke xcode
q) how to avoid failures and make the flow seem better
Any suggestions, ideas will be welcome: proceeding from android actions and intentions I'm not sure what works best here, so we welcome all the input.
UPDATE: I think I tried to ask and did not make it clear what it is
I have a view controller, I want it to load first, and by clicking one of the three buttons, go to the tab controller where xcode crashes when I make Editor> built into the nav controller.
source
share