We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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,全局配置 导航栏按钮颜色的方法无效
在didFinishLaunchingWithOptions中设置
// 设置导航栏默认的背景颜色 WRNavigationBar.defaultNavBarBarTintColor = UIColor.white // 设置导航栏所有按钮的默认颜色 WRNavigationBar.defaultNavBarTintColor = BASE_COLOR // 设置导航栏标题默认颜色 WRNavigationBar.defaultNavBarTitleColor = BASE_COLOR // 统一设置状态栏样式 WRNavigationBar.defaultStatusBarStyle = .default // 如果需要设置导航栏底部分割线隐藏,可以在这里统一设置 WRNavigationBar.defaultShadowImageHidden = true
The text was updated successfully, but these errors were encountered:
No branches or pull requests
通话的时候打开APP,全局配置 导航栏按钮颜色的方法无效
在didFinishLaunchingWithOptions中设置
// 设置导航栏默认的背景颜色 WRNavigationBar.defaultNavBarBarTintColor = UIColor.white // 设置导航栏所有按钮的默认颜色 WRNavigationBar.defaultNavBarTintColor = BASE_COLOR // 设置导航栏标题默认颜色 WRNavigationBar.defaultNavBarTitleColor = BASE_COLOR // 统一设置状态栏样式 WRNavigationBar.defaultStatusBarStyle = .default // 如果需要设置导航栏底部分割线隐藏,可以在这里统一设置 WRNavigationBar.defaultShadowImageHidden = true
The text was updated successfully, but these errors were encountered: