I currently develop an iOS app which allow users to consult their account (account create on a website).
I want that user can consult his account after connection. So, i want a first view which will be a login view.
After accept connection, the login view disappear and the first view controller load data.
How can i do that?
On viewDidAppear of FirstViewController add the following code to show Login ViewController before tab.