摘要:
#import @interface UIImage (ImageWithColor)+ (UIImage *)imageWithColor:(UIColor *)color;@end#import "UIImage+ImageWithColor.h"@implementation UIImage ... 阅读全文
posted @ 2014-11-04 17:10
菜鸟程序猿
阅读(1011)
评论(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
菜鸟程序猿
阅读(585)
评论(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
菜鸟程序猿
阅读(527)
评论(0)
推荐(0)

浙公网安备 33010602011771号