/** 颜色生成 */
#define CHColor(r,g,b,a) [UIColor colorWithRed:r/255.f green:g/255.f blue:b/255.f alpha:a]
转载于:https://www.cnblogs.com/CH520/p/10108402.html
/** 颜色生成 */
#define CHColor(r,g,b,a) [UIColor colorWithRed:r/255.f green:g/255.f blue:b/255.f alpha:a]
转载于:https://www.cnblogs.com/CH520/p/10108402.html