//定义设置颜色的RGB值的宏
#define RGBA(r,g,b,a) [UIColor colorWithRed:r/255.0 green:g/255.0 blue:b/255.0 alpha:a]
本文共 103 字,大约阅读时间需要 1 分钟。
//定义设置颜色的RGB值的宏
#define RGBA(r,g,b,a) [UIColor colorWithRed:r/255.0 green:g/255.0 blue:b/255.0 alpha:a]
转载地址:http://csxex.baihongyu.com/