摘要: #import @interface UIImage (ImageWithColor)+ (UIImage *)imageWithColor:(UIColor *)color;@end#import "UIImage+ImageWithColor.h"@implementation UIImage ... 阅读全文
posted @ 2014-11-04 17:10 菜鸟程序猿 阅读(1004) 评论(0) 推荐(0) 编辑
摘要: #import #import #import @interface UIImage (Blur)// 0.0 to 1.0- (UIImage*)blurredImage:(CGFloat)blurAmount;@end#import "UIImage+Blur.h"@implementation... 阅读全文
posted @ 2014-11-04 17:08 菜鸟程序猿 阅读(579) 评论(0) 推荐(0) 编辑
摘要: UIImage+Screenshot.h#import @interface UIImage (Screenshot)+ (UIImage *)screenshot;@end#import "UIImage+Screenshot.h"@implementation UIImage (Screensh... 阅读全文
posted @ 2014-11-04 16:42 菜鸟程序猿 阅读(523) 评论(0) 推荐(0) 编辑