Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top