Setting TabBarItem for a UITableViewController
I have an application that uses the a Tab Bar Controller. Two of the tabs use a Navigation Controller which have a Table View Controller as the root view. I cannot find anywhere in the documentation where you set the Title and Image of the TableViewController's tabBarItem property. For the Custom View Controller without a Nav Controller I set them in the init method of the controller as the documentation suggests and everything is cool there. Can someone please explain to me where the correct place is to set the tabBarItem for the Table View Controller? Since Table View Controller inherits from View Controller I know the property is there. Perhaps I am supposed to use a custom view controller to manage the table and not a Table View Controller? Being new I hope that is not the case.
Thank you for your help.
Nick
|