摘要: 绝对让你用着爽!#define UIColorFromRGB(rgbValue) [UIColor colorWithRed:((float)((rgbValue & 0xFF0000) >> 16))/255.0 green:((float)((rgbValue & 0xFF00) >> 8))/... 阅读全文
posted @ 2014-06-11 10:01 回读(IOS) 阅读(259) 评论(0) 推荐(0) 编辑