美文网首页
修改导航栏标题字体、颜色

修改导航栏标题字体、颜色

作者: chayc | 来源:发表于2017-02-01 23:53 被阅读0次
    // 导航栏title字体、颜色
    [self.navigationController.navigationBar setTitleTextAttributes:@{NSFontAttributeName:[UIFont systemFontOfSize:17],NSForegroundColorAttributeName:[UIColor whiteColor]}];
    

    相关文章

      网友评论

          本文标题:修改导航栏标题字体、颜色

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