Can a tab bar controller added to a uitableview?

Posted by Sheehan Alam on Stack Overflow See other posts from Stack Overflow or by Sheehan Alam
Published on 2010-05-14T18:20:04Z Indexed on 2010/05/14 18:24 UTC
Read the original article Hit count: 130

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.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c