导航条颜色
Posted 小师傅啊小师傅
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了导航条颜色相关的知识,希望对你有一定的参考价值。
//导航条背景颜色
self.navigationController.navigationBar.barTintColor = [UIColor blueColor];
//导航条上面控件颜色
self.navigationController.navigationBar.tintColor = [UIColor whiteColor];
//设置系统导航条的title字体大小和颜色
[self.navigationController.navigationBar setTitleTextAttributes:@{NSFontAttributeName:[UIFont systemFontOfSize:17],NSForegroundColorAttributeName:[UIColor whiteColor]}];
老是记不住。。
以上是关于导航条颜色的主要内容,如果未能解决你的问题,请参考以下文章