UINavigationController navigationBar 隐藏方法
Posted wangwei-Carry
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了UINavigationController navigationBar 隐藏方法相关的知识,希望对你有一定的参考价值。
// 隐藏navigationBar 没有卡顿
[self.navigationController setNavigationBarHidden:YES animated:YES];
// 隐藏navigationBar 切换页面时,有卡顿
// self.navigationController.navigationBarHidden = YES;
以上是关于UINavigationController navigationBar 隐藏方法的主要内容,如果未能解决你的问题,请参考以下文章
带有主 UINavigationController 和详细 UINavigationController 的 UISplitViewcontroller
带有 UINavigationController 的 UITabBarController,在 hidesBottomBarWhenPushed 上隐藏 UINavigationController
在 UINavigationController 内的 UITabBarcontroller 中添加 UINavigationController?
UINavigationController 与 AppDelegate 中的 UISegmentedControl 切换 UINavigationController 的 rootviewcontr
从一个 UINavigationController 到另一个 UINavigationController (Swift iOS 9, xcode 7)