目标C - 查看UINavigationController& TabBarController

时间:2011-08-09 18:11:54

标签: objective-c

我正在开发一款使用UINavigationController& TabBarController。
当我查看NIB文件时,我看到TabBarController的一部分的“视图”被添加到UINavigationController&在Tab本身之上。

附图: enter image description here

如何在UINavigationController&添加后面添加该视图?在TabBarController后面?
我正试图让它全屏显示。我能够隐藏UINavigationController& TabBarController但视图的大小保持不变。

谢谢你,
三通

1 个答案:

答案 0 :(得分:0)

使用UIViewController s wantsFullscreen属性。

@property(nonatomic, assign) BOOL wantsFullScreenLayout;