xcode ios 5 Master-Detail Application with Storyboard

Muckel_Buckel picture Muckel_Buckel · Jan 12, 2012 · Viewed 9.5k times · Source

I have one question about Master-Detail Application.

It's possible to add in storyboard a second and third DetailView?

I will that when i click in the tableview on the first button he show me detailview1 and when i click on the second button he show me the second DetailView and...

Is this possible?

Answer

codejunkie picture codejunkie · Jan 14, 2012

Here is a good tutorial: Beginning Storyboards in iOS 5 Part 1 which you can use to understand Master-Detail View apps as it goes through from Single View to UITableViewController implementation.