美文网首页
iOS小技巧 判断手机系统版本等

iOS小技巧 判断手机系统版本等

作者: 码农小白 | 来源:发表于2017-03-13 11:33 被阅读25次

    判断系统是iOS7或者更高的版本

    #define kiOS7orLater  ([[[UIDevice currentDevice] systemVersion] floatValue] >= 7)
    

    三原色快捷设置

    #define KRGBAColor  [UIColor colorWithRed:(r/255.0) green:(g/255.0) blue:(b/255.0) alpha:1.0]
    

    相关文章

      网友评论

          本文标题:iOS小技巧 判断手机系统版本等

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