标签:
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]
标签:
原文地址:http://www.cnblogs.com/qq449832375/p/4672301.html