Problem in building a tab bar inside navigation controller
        Posted  
        
            by Heba
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Heba
        
        
        
        Published on 2010-05-23T21:34:44Z
        Indexed on 
            2010/05/23
            21:41 UTC
        
        
        Read the original article
        Hit count: 176
        
Hello Everyone!
I am really frustrated and I rally hope that you will help me to solve this problem!
I'm trying to build a tab bar inside a navigation controller. I used this template provided by WiredBob. My problem is that I want to add more bar items to the tab bar, but I keep getting crash!
From the log: 2010-05-24 00:15:43.469 NavTab[9315:207] * Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[UITableViewController loadView] loaded the "AnnView" nib but didn't get a UITableView.'
Also, I tried to fix the size of the a view in IB to fit in with the tab bar, but I couldn't! It was unchangeable.
Thanks in advance :-)
© Stack Overflow or respective owner