我的导航栏上有一个自定义按钮,我用UINavigationBar.appearance().tintColor = UIColor.whiteColor()
更改了导航栏的色调颜色
当此按钮进行操作时,所有导航栏都会返回蓝色
我该如何解决?
答案 0 :(得分:0)
请将导航栏定义如下:
Swift3.0代码:
self.navigationController?.navigationBar.titleTextAttributes = [NSForegroundColorAttributeName:UIColor.white]