iOS修改navigationBar.title的颜色
ViewController.navigationBar.titleTextAttributes=@{NSForegroundColorAttributeName:[UIColor colorWithRed:0/255.0 green:122/255.0 blue:255/255.0 alpha:1.0f]};
本人在iOS10.3.3系统下,测试有效。
ViewController.navigationBar.titleTextAttributes=@{NSForegroundColorAttributeName:[UIColor colorWithRed:0/255.0 green:122/255.0 blue:255/255.0 alpha:1.0f]};
本人在iOS10.3.3系统下,测试有效。