在默认显示的标题中直接修改文件的大小和颜色

[self.navigationController.navigationBar setTitleTextAttributes:

@{NSFontAttributeName:[UIFont systemFontOfSize:19],

NSForegroundColorAttributeName:[UIColor redColor]}];

posted on 2015-05-28 14:06  韩江河  阅读(462)  评论(0)    收藏  举报