0
Guys I have a view where I have login ways 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 ? Thank you
I got it via appdelegate, I wanted something simpler
Are you calling this view via code or using the storyboard? Edit your question and post the snippet of your code to help with the answers
– Jeferson Assis
Via code. I have no code... I did it by passing the delegate, but I wanted another simpler method...
– Augusto Furlan
Post what you’ve already done
– Jeferson Assis