I have an app with the first screen being a login screen. Once the user has logged in, it segues to my tab bar controller with 5 tabs but at the moment it always opens the first tab by default.
How do I get it to open the 3-rd tab? I've done it before in AppDelegate but that was for an app with the starting screen being the tab bar view, but it doesn't seem to work when it's not.
Swift 3, iOS 10.3, Xcode 8.3 Beta 2