I am trying to make an iMessage app. This app needs two views, one for the login/signup and one for the actual use. I am having difficulty figuring out how to have two view controllers for the iMessage app and switch them based on if the user is logged in. If the user logs in or signs up the first time they use the app, i want to first check for this authentication token which I know how to do, but based on that, I want to be able to present the correct view/storyboard. How can I do this?
Asked
Active
Viewed 20 times