Best way to use multiple storyboards in app
问题 I'm currently working on an app that will be using multiple story boards as follows: 1) login.storyboard (handles registration and login) 2) main.storyboard (handles game options and selection) 3) settings.storyboard (handles settings for game(s)) 4) game.storyboard (actualy game play) I currently test for a session token in NSUserDefaults and if it exists, load the main.storyboard otherwise auth.storyboard using: NSUserDefaults *tagDefaults = [NSUserDefaults standardUserDefaults]; if (!