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?
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.