How to have a UISplitView manage more than 1 detail view?

This seems like a topic that ought to be really obvious, but I can’t find a whole lot on this subject. What I’d like to do is have a UISplitView replace the detail view when a user selects a table view cell in the primary table view. The split view is set up using the UISplitViewController.DisplayMode.oneBesideSecondary mode.

Anyone know of a good tutorial / example showing such?

Thanks

This topic was automatically closed after 166 days. New replies are no longer allowed.