Swift - pushViewController from appDelegate, rootViewController.navigationController is nil
问题 Having a problem following a few guides, specifically http://blog.originate.com/blog/2014/04/22/deeplinking-in-ios/ I'm setting the url scheme and it's working well to launch the app from another app, but passing in the host or url are not working as it seems it should. I'm using storyboards and interface builder for all the view layouts. The guide shows this openURL in appDelegate: -(BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *