摘要: #define UIColorFromRGB(rgbValue) [UIColor colorWithRed:((float)((rgbValue & 0xFF0000) >> 16))/255.0 green:((float)((rgbValue & 0xFF00) >> 8))/255.0 bl... 阅读全文
posted @ 2015-03-05 22:16 浅忆0 阅读(22735) 评论(0) 推荐(2) 编辑