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系统下,测试有效。
本文标题:iOS修改navigationBar.title的颜色
本文链接:https://www.haomeiwen.com/subject/ziiyextx.html
网友评论