以前都是用navigationItem.titleView这个属性来自定义title设置颜色。
后来发现了这条属性来改变title颜色,代码如下:
self.navigationBar.titleTextAttributes = [NSDictionary dictionaryWithObject:[UIColor whiteColor] forKey:NSForegroundColorAttributeName];
以前都是用navigationItem.titleView这个属性来自定义title设置颜色。
后来发现了这条属性来改变title颜色,代码如下:
self.navigationBar.titleTextAttributes = [NSDictionary dictionaryWithObject:[UIColor whiteColor] forKey:NSForegroundColorAttributeName];