Quote:
Originally Posted by DevTeamOfOne
Have a look at TabBarController - Navigation Controller - TableView thread and I have dealt with it completely.
There are rather simple ways to do this actually, even in IB.
In IB, just create your table View controller class. Add a navigationcontroller to MainWindow. Drop the ViewController in the Navigation Controller. Now: add a Tab Bar Controller (easier just to use the original TabBar app base), open it, and drag the navigation controller into the TAB BAR AT THE BOTTOM of view Controller. A new icon will pop up, and you will have created it. It doesn't quite work like other view controllers, its actually much simpler.
|
I'm sorry. To be honest, I'm not following you. Especially that last paragraph. I understand how to use IB to nest the TableViewController inside the NavigationController inside the TabBarController.
What I can't figure out is why I am greeted with a nasty stack trace (see OP) whenever I click on a cell inside of that nested TableView.