开发者

Objective C - View behind UINavigationController & TabBarController

I'm working on an app that uses UINavigationController & T开发者_如何学GoabBarController.

When I look in the NIB file, I see that the "view" for a section of the TabBarController is added below the UINavigationController & above the Tab itself.

Picture attached:

Objective C - View behind UINavigationController & TabBarController

How can I add that view behind the UINavigationController & behind TabBarController?

I'm trying to make it go full screen. I'm able to hide the UINavigationController & TabBarController but the size of the view just stays the same.

Thank you,

Tee


Use UIViewControllers wantsFullscreen property.

@property(nonatomic, assign) BOOL wantsFullScreenLayout;
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜