【发布时间】:2012-02-28 20:26:52
【问题描述】:
我无法将 TTThumbsViewController 和 UITabBarController 放在一起。切换到 Three20 的 TTThumbsViewController 后标签栏会消失。我已经阅读了堆栈溢出中的所有问题,但没有任何帮助。我什至尝试设置所有
self.wantsFullScreenLayout = NO;
self.hidesBottomBarWhenPushed = NO;
在我的 thumbsviewcontroller 和 Three20UI 项目中。这些方法都不起作用。
我正在使用故事板在 Xcode4 中构建我的应用程序,添加这个拇指库是最后一部分。
【问题讨论】:
标签: xcode uitabbarcontroller three20 ttthumbsviewcontroller