摘要:
+ (UIImage *)createImageWithColor:(UIColor *)color{ CGRect rect=CGRectMake(0.0f, 0.0f, 1.0f, 1.0f); UIGraphicsBeginImageContext(rect.size); CGContextRef context = UIGraphicsGetCurrentContext(); CGContextSetFillColorWithColor(context, [color CGColor]); CGContextFillRect(context, rect); UIImage... 阅读全文
posted @ 2014-03-31 17:14
疯狂の小石子
阅读(2290)
评论(0)
推荐(0)

浙公网安备 33010602011771号