0

I tried to search on this website but I don't found what I want.

I'm developing my first iPad app with Xcode (iOS 7) and I'd like to put a list always displayed at the left and when clicking on some elements of the list the view controller has to changed.

Should I use a masterDetail ? Or something Else?

How can represent that in the storyboard?

Thanks

Picture here

1 Answers1

0

Yes, use the master detail template. This will create for you a UISplitView with a list on the left and detail view on the right. You can then adjust the code to your needs.

Antiohia
  • 1,142
  • 13
  • 37