美文网首页
修改导航栏属性

修改导航栏属性

作者: 夜未殇 | 来源:发表于2017-02-05 20:54 被阅读0次

1、修改导航栏字体颜色

self.title = @"title";
[self.navigationController.navigationBar setTitleTextAttributes:
     @{NSFontAttributeName:[UIFont systemFontOfSize:12],
       NSForegroundColorAttributeName:[UIColor redColor]}];

2、修改导航栏背景颜色颜色

self.navigationController.navigationBar.barTintColor = [UIColor whiteColor];

相关文章

网友评论

      本文标题:修改导航栏属性

      本文链接:https://www.haomeiwen.com/subject/uhaeittx.html