On my storyboard (shown above), I have a ViewController which holds an MKMapView w
Simplest way to do this is to select the View controller you want to be the root of your navigation hierarchy and choose
Editor > Embed In > Navigation Controller
This creates the new navigation controller and hooks up everything up for you.