Noob Xcode question here.
I have a basic Master-Detail setup.
When I choose an item in the master list, it brings a second "master" sidebar with the details, instead of updating the details page.
So I start with this:
I click on "Nick Jones" and get this:
The storyboard looks like this:
But if I click on the Master View Controller, the Detail View Controller changes size to this:
I'm trying to adapt the tutorial "Your Second iOS App" tutorial to iPad (rather than iPhone). The key segue page is here. I've reestablished a segue link between the navigation controller and the Detail View Controller because it doesn't work hardly at all without it, but I'm clearly doing it wrongly.
Thanks.