mixing TabBarController with TableViewController
I have an app that displays a TableView and uses a UIViewController that handles TableView delegation and navigation. When you click on a table cell you go to a new cell specific view.
I want to add a TabBar in front of this view so that the user can select choices not related to what is in the table. How do I mix these 2 view controllers? (I'm doing this in code without the interface builder to keep it simple.)
Thanks,
Gerry
|