2015_6_遇到的各种坑

摘要: RGB颜色转换#define kUIColorFromRGB(rgbValue) [UIColor \colorWithRed:((float)((rgbValue & 0xFF0000) >> 16))/255.0 \green:((float)((rgbValue & 0xFF00) >> 8)... 阅读全文
posted @ 2015-07-16 09:57 KyMan 阅读(135) 评论(0) 推荐(0)