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:

  1. Just set up the tab bar in the controller in the bar bar
  2. 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

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -