#define RGB(A,B,C) [UIColor colorWithRed:A/255....

#define RGB(A,B,C) [UIColor colorWithRed:A/255.0 green:B/255.0 blue:C/255.0 alpha:1.0]

你可能感兴趣的:(#define RGB(A,B,C) [UIColor colorWithRed:A/255....)