导航栏背景和文字设置
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了导航栏背景和文字设置相关的知识,希望对你有一定的参考价值。
导航栏 背景和title颜色
背景色
self.navigationController.navigationBar.barTintColor = [UIColor colorWithHex:@"#FFFEFE"];//[UIColor whiteColor];
title颜色(想显示啥样就啥样)
[self.navigationController.navigationBar setTitleTextAttributes:@{NSForegroundColorAttributeName:[UIColor colorWithHex:@"#db2533"]}];
以上是关于导航栏背景和文字设置的主要内容,如果未能解决你的问题,请参考以下文章