我正在开发一款使用UINavigationController& TabBarController。
当我查看NIB文件时,我看到TabBarController的一部分的“视图”被添加到UINavigationController&在Tab本身之上。
附图:
如何在UINavigationController&添加后面添加该视图?在TabBarController后面?
我正试图让它全屏显示。我能够隐藏UINavigationController& TabBarController但视图的大小保持不变。
谢谢你,
三通
答案 0 :(得分:0)
使用UIViewController
s wantsFullscreen
属性。
@property(nonatomic, assign) BOOL wantsFullScreenLayout;