wangrui460 / WRNavigationBar_swift

WRNavigationBar which allows you to change NavigationBar's appearance dynamically

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

shen0607 opened this issue · comments

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

在didFinishLaunchingWithOptions中设置

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