I started with the template Master/Detail project. I then added another ViewController
, with a xib. I'd like this view to be the one that is displayed when the app launches. The problem is I can't figure out how to add it to the Storyboard.
I can add a new empty view to the Storyboard, but I can't link it up with the ViewController
files I just created. Do I need to start again by adding a new view to the Storyboard, laying out my view there?