I have a 3 tabs application in my iOS project, all I want is to start a simple UIView before the delegate loads all the TabBarController with the 3 tabs… Just like a “login” page before load the app.
Then, when the user has the permission, the application dismiss the first UIView and show the tab bar views.
How can I do this?
You can have a modal view controller that is instantly triggered by the first tab in your tab bar.
You can use
in for instance viewDidLoad.