views:

1319

answers:

1

What is the best way to support multiple detailed view controllers in an iPad SplitViewController?

I want different detailViewController types to be displayed depending on which row is selected from the RootViewController.

+2  A: 

Hm, the split view controller is meant to support multiple detail views selected by the master (root) view.

Please check the "MultipleDetailViews" sample code found in Xcode.

KennyTM