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.