I got login and sign up with Parse working but then I call a segue and go to the next view controller and I don't know how to access the information of that PFUser
.
Simply if I want another screen to say "welcome"+the username
but I don't know how to access that string. How do I get the information of the PFUser
I just logged in, in the new view controller? Do I have to add some code with a prepare for segue method?