美文网首页
ios设置导航栏title样式

ios设置导航栏title样式

作者: Do_More | 来源:发表于2017-10-11 12:46 被阅读0次
    NSDictionary *attributes = @{NSForegroundColorAttributeName : kPCColor_333333,
                                 NSFontAttributeName: [UIFont systemFontOfSize:17]};
    [[UINavigationBar appearance] setTitleTextAttributes:attributes];
    

    相关文章

      网友评论

          本文标题:ios设置导航栏title样式

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