UITabBar inside UINavigationController programmatically?
        Posted  
        
            by Mark McFarlane
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mark McFarlane
        
        
        
        Published on 2010-05-14T08:47:00Z
        Indexed on 
            2010/05/14
            8:54 UTC
        
        
        Read the original article
        Hit count: 1011
        
uitabbarcontroller
|uitabbar
|uinavigationcontroller
|programmatic
|programmatically
Hi all, Im writing an app that has a navigation controller as it's main menu system but I need to be able to have a UITabBar appear inside the navigation controller when the user clicks one of the buttons on the main view. I have written everything programmatically so far so would like to keep it that way if possible.
So basically, how do I show a UITabBar inside the a navigation controller programmatically?
Many thanks :)
© Stack Overflow or respective owner