I have added a NavigationController in the StoryBoard and made it the initial viewController. How do I get access to the NavigationController in the appDelegate. Ctrl-drag from navigationController to AppDelegate does not create an outlet.
In didFinishLaunchingWithOptions
:
let navigationController = application.windows[0].rootViewController as! UINavigationController