When the users open the app, I want show the login screen, which has its flow. If the user login, the rootcontroller should not be the login anymore.
How can I do that?
I'm using only code UI (not storyboards).
ps: I'm not using xamarin.forms. I'm using UIViewController and UI objects (native I guess)