ios - Flow with storyboards -
I have used mostly different and I need some input on how to make proper use of segues in a particular case is.
I have a login controller after logging in to one of two conditions:
- A tab bar presented to the user in order to exaggerate the controller
- A set-up controller is presented for new users.
All this works my problem is that the set up of new users After using "finished" on the controller, I Tab'd like to present time controller (for existing users).
What is the most correct way to do this:
- Just set up the tab bar in the controller in the bar bar
- How to set some "undo" modal Up controller, and then present the tab bar controller politely (if it is also possible).
Any information on this?
Comments
Post a Comment