I have implemented UISSplitViewController with a master and detail view as per the documentation. I would like to select an item from the tableview (didSelectRowAtIndexPath) in the current details view, then switch the master view (rootviewController ) with the current detail view and switch in a new detail view.
Is this possible ?