十一岁的加重songxing10000…… ------ 回到博主首页

ios 随机色 宏定义

#define RGBColor(r, g, b) [UIColor colorWithRed:(r)/255.0 green:(g)/255.0 blue:(b)/255.0 alpha:1]

#define RGBAColor(r, g, b ,a) [UIColor colorWithRed:(r)/255.0 green:(g)/255.0 blue:(b)/255.0 alpha:a]

 

#define RandColor RGBColor(arc4random_uniform(255), arc4random_uniform(255), arc4random_uniform(255))

 

#define NoteCenter [NSNotificationCenter defaultCenter]

  

posted @ 2015-05-14 10:30  songxing10000  阅读(2569)  评论(0编辑  收藏  举报