Xcode – Instantiate initial UIViewController in AppDelegate
I know, there are a lot of similar threads but I'm still struggling to get this problem solved. I want to instantiate a certain viewcontroller in AppDelegate (only if a user is not logged in). But even without an authentication…