常用宏

作者: 陈世美_ | 来源:发表于2015-05-26 11:36 被阅读13次

#define ColorRGBA(a,b,c,d) [UIColor colorWithRed: a/255.0 green: b/255.0 blue: c/255.0 alpha:d]

#define SCREEN_WIDTH  [UIScreen mainScreen].bounds.size.width

#define SCREEN_HEIGHT [UIScreen mainScreen].bounds.size.height

相关文章

网友评论

      本文标题:常用宏

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