美文网首页
iOS 导航栏颜色以及字体大小设置

iOS 导航栏颜色以及字体大小设置

作者: iOS门三闫 | 来源:发表于2017-09-04 16:45 被阅读0次

    [[UINavigationBar appearance]setTintColor:[UIColor whiteColor]];

    [self.navigationController.navigationBar setTitleTextAttributes:

    @{NSFontAttributeName:[UIFont systemFontOfSize:17],

    NSForegroundColorAttributeName:[UIColor whiteColor]}];

    相关文章

      网友评论

          本文标题:iOS 导航栏颜色以及字体大小设置

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