-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
可否增加一个黑名单,黑名单里的控制器不会添加WXNavigationBar #8
Comments
You can create But viewControllers in the same override func viewDidLoad() {
super.viewDidLoad()
wx_navigationBar.isHidden = true
} |
我fork了一份代码,加了个白名单的功能,基本满足我们的需求,有需要的可以用用看
|
但是你这样修改 让之前的WXNavigationBar.NavBar相关设置全部失效了 |
类似的 issues 参考:这个库的 里的
Q:设置导航栏颜色无效?导航栏颜色总是白色?
A:是否有集成WRNavigationBar?如有,参考其readme调一下它的wr_setBlackList,把TZImagePickerController相关的控制器放到黑名单里,使得不受WRNavigationBar的影响。如果没有集成,可在issues列表里搜一下看看类似的issue参考下,如实在没头绪,可加群提供个能复现该问题的demo,0~2天给你解决。最近发现WRNavigationBar的黑名单会有不生效的情况,临时解决方案大家可参考:wangrui460/WRNavigationBar#145
The text was updated successfully, but these errors were encountered: