nav改变字体颜色

作者: _YN | 来源:发表于2018-11-30 20:59 被阅读0次

    oc

    self.navigationController.navigationBar.titleTextAttributes = @{NSForegroundColorAttributeName:[UIColor whiteColor]};

    swift

    self.navigationController?.navigationBar.titleTextAttributes = [NSAttributedString.Key.foregroundColor:UIColor.red];

    [如果您在阅读我的文章时有疑问 , 请点击这里](https://www.jianshu.com/p/1e68be1e6646)

    相关文章

      网友评论

        本文标题:nav改变字体颜色

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