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