How are people popping their UINavigationController stacks under a UITabBarController?
        Posted  
        
            by RexOnRoids
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by RexOnRoids
        
        
        
        Published on 2010-03-24T10:15:14Z
        Indexed on 
            2010/03/24
            10:33 UTC
        
        
        Read the original article
        Hit count: 318
        
I have four UINavigationControllers assigned each to a tab in a UITabBarController. Each UINavigationController manages a UIViewController, which may itself branch out into other UIViewControllers below it hierarchally.
My question is, in a case in which a user, under one tab, has navigated to a UIViewController that hierarchally BELOW the main UIViewController managed by the UINavigationController, and then the user pushes a different tab, and then goes back to the original tab, HOW can I make it so that the user is presented with the main UIViewController managed by the UINavigation controller? and not the page where he left off?
© Stack Overflow or respective owner