views:

31

answers:

2

I have a View that contains a UITableView and a UITabBarController. I have set my IBOutlets, but the UITabbarController does not appear. Do I need to do anything else to allow it to appear?

Note: I don't want the tab-bar to be displayed throughout the entire application. Only on one specific view.

A: 

Please refer to this question http://stackoverflow.com/questions/2830012

Shaji
A: 

Yes, but the mechanics work differently. The UITableView is added to the UITabBarController in Interface Builder or programmatically using code.

Jordan