Managing view controllers in an app where sign up required
问题 I want my iOS app to follow a navigation pattern similar to the one shown in Instagram: That is... if user hasn't signed in, a welcome view is displayed. From there, user can navigate to either the sign in view or the register view. When sign in is successfully completed, the view is dismissed sliding down, and then the main app view is shown below. If user logs out, the welcome view is shown again. My app is also a tabbed one. I've set the rootViewController in AppDelegate to be the