Skip to content
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

通话的时候打开APP,全局配置 导航栏按钮颜色的方法无效 #23

Open
shen0607 opened this issue Feb 23, 2018 · 0 comments

Comments

@shen0607
Copy link

通话的时候打开APP,全局配置 导航栏按钮颜色的方法无效

在didFinishLaunchingWithOptions中设置

// 设置导航栏默认的背景颜色 WRNavigationBar.defaultNavBarBarTintColor = UIColor.white // 设置导航栏所有按钮的默认颜色 WRNavigationBar.defaultNavBarTintColor = BASE_COLOR // 设置导航栏标题默认颜色 WRNavigationBar.defaultNavBarTitleColor = BASE_COLOR // 统一设置状态栏样式 WRNavigationBar.defaultStatusBarStyle = .default // 如果需要设置导航栏底部分割线隐藏,可以在这里统一设置 WRNavigationBar.defaultShadowImageHidden = true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant