Linking UINavigationController in Storyboard to AppDelegate
问题 So I started an iOS app with the single view template. I then added a navigation controller by dragging it into the storyboard. How do I references this from my app delegate? I tried ctrl-dragging it into my AppDelegate outlet-style but that obviously doesn't work. What do I do? Instantiate one and then assign it as rootview controller? By the end of this I'd like to use the AppDelegate to set the view to the top of the navigation controller. Thanks! 回答1: In IB you should select the