I have a view where I have login forms in my app, if the person choose login or register will be redirected to the same view but depends on the button that is pressed I will present a different screen ... How can I pass the parameter to know the option my user made? Thanks
I got it via appdelegate, I wanted something simpler