How to present a splash/login view controller using storyboards
问题 I\'ve seen this question in various forms without a clear answer. I\'m going to ask and answer here. My app needs to do work on startup... inits, a few network calls, login, etc. I don\'t want my main view controller working until that\'s done. What\'s a good pattern for doing this? Requirements: iOS5+, storyboards, ARC. the main vc\'s view cannot appear until the startup work is done. want a choice of transition styles to the main vc when the startup work is done. want to do as much layout