导航栏的色调会自动更改

时间:2015-11-13 22:48:31

标签: ios xcode uinavigationbar

我的导航栏上有一个自定义按钮,我用UINavigationBar.appearance().tintColor = UIColor.whiteColor()更改了导航栏的色调颜色

enter image description here

当此按钮进行操作时,所有导航栏都会返回蓝色

enter image description here

我该如何解决?

1 个答案:

答案 0 :(得分:0)

请将导航栏定义如下:

Swift3.0代码:

self.navigationController?.navigationBar.titleTextAttributes = [NSForegroundColorAttributeName:UIColor.white]