您的位置:首页 > 其它

设置导航栏的背景颜色和字体

2015-12-28 19:26 369 查看
[self.navigationController.navigationBar setBackgroundImage:[UIImage imageNamed:@"OffLineNavView"] forBarMetrics:UIBarMetricsDefault];

[self.navigationController.navigationBar setTitleTextAttributes:[NSDictionary dictionaryWithObjectsAndKeys:[UIColor whiteColor],UITextAttributeTextColor,nil]];

[self.navigationController.navigationBar setTitleTextAttributes:

@{NSFontAttributeName:[UIFont systemFontOfSize:24],

NSForegroundColorAttributeName:[UIColor whiteColor]}];
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: