iPhone: Push Navigation Controller (w/ TableViewController) onto stack. Is this possible?
        Posted  
        
            by Nic Hubbard
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Nic Hubbard
        
        
        
        Published on 2010-05-14T05:57:53Z
        Indexed on 
            2010/05/14
            6:24 UTC
        
        
        Read the original article
        Hit count: 405
        
I have a view which contains a UIButton. When this is clicked, it calls a method that loads another NIB. Now, normally, that nib would load a view onto the stack, and everything would be fine. But, I am trying to load a Navigation Controller (so that I can have table views that are multiple levels deep), and all I get it errors.
What is the proper method for loading a Navigation Controller and putting it on the top of the stack?
© Stack Overflow or respective owner