1,自定义颜色
#define cctvColor(r,g,b) [UIColor colorWithRed:(r)/255.0 green:(g)/255.0 blue:(b)/255.0 alpha:1.0]
2,系统版本号
#define IOS7 [[UIDevice currentDevice].systemVersion doubleValue]
时间: 2024-10-17 08:44:48
1,自定义颜色
#define cctvColor(r,g,b) [UIColor colorWithRed:(r)/255.0 green:(g)/255.0 blue:(b)/255.0 alpha:1.0]
2,系统版本号
#define IOS7 [[UIDevice currentDevice].systemVersion doubleValue]