Problem in building a tab bar inside navigation controller
- by Heba
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 :-)