摘要: /** * 将UIColor变换为UIImage * **/+ (UIImage *)createImageWithColor:(UIColor *)color{ CGRect rect = CGRectMake(0.0f, 0.0f, 1.0f, 1.0f); UIGraphicsBe... 阅读全文
posted @ 2014-09-22 17:57 回读(IOS) 阅读(341) 评论(0) 推荐(0)