当前位置 博文首页 > weixin_34007291的博客:给字体加粗

    weixin_34007291的博客:给字体加粗

    作者:[db:作者] 时间:2021-09-08 10:22

    #define IOS_VERSION [[[UIDevice currentDevice] systemVersion] floatValue]

    ?if(IOS_VERSION >= 8.0)
    ??????? {
    ??????????? lbl_title.font = [UIFont systemFontOfSize:14 weight:1];
    ??????? }
    ??????? else
    ??????? {
    ??????????? lbl_title.font = [UIFont systemFontOfSize:14];
    ??????? }



    cs
    下一篇:没有了