UISplitViewController change master and details view form details view
        Posted  
        
            by chris
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by chris
        
        
        
        Published on 2010-04-13T16:36:48Z
        Indexed on 
            2010/04/17
            13:53 UTC
        
        
        Read the original article
        Hit count: 458
        
uisplitviewcontroller
|ipad
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 ?
© Stack Overflow or respective owner