Good afternoon, you have two correct screens? and you want after the user validate go to your other view right? Go to your Credential View, Hold and Drag the Yellow Ball with Control and Put Show,
follow the screen with an Identifier , put the name you want,
After the code the user logs in or makes the credentials just put below the code :
self.performSegueWithIdentifier("NomeDoSeguimento", sender: self)
A simple example is the Login of facebook, after it login, just put down the profile..
don’t forget to create the following!
that in my case is showLogin! With this code you can send the user to the View as long as you put the right name in the Identifier!
I hope I’ve helped!
Thank you very much for your reply.
– Bruno Viganó