摘要: 略 阅读全文
posted @ 2015-09-01 17:24 iso 阅读(114) 评论(0) 推荐(0) 编辑
摘要: ****#import "HMViewController.h"#import "UIImage+Tool.h"@interface HMViewController ()@property (weak, nonatomic) IBOutlet UIImageView *imageView;@end... 阅读全文
posted @ 2015-09-01 17:19 iso 阅读(304) 评论(0) 推荐(0) 编辑
摘要: ****图片 水印#import "HMViewController.h"@interface HMViewController ()@property (weak, nonatomic) IBOutlet UIImageView *imageView;@end@implementation HMV... 阅读全文
posted @ 2015-09-01 17:15 iso 阅读(140) 评论(0) 推荐(0) 编辑
摘要: ***#import "HMView.h"@interface HMView(){ int count;}@property (nonatomic, assign) CGFloat snowY;@end@implementation HMView- (id)initWithFrame:(CGR... 阅读全文
posted @ 2015-09-01 17:10 iso 阅读(124) 评论(0) 推荐(0) 编辑
摘要: ***#import "HMBarView.h"#import "UIColor+Random.h"@implementation HMBarView- (id)initWithFrame:(CGRect)frame{ self = [super initWithFrame:frame]; ... 阅读全文
posted @ 2015-09-01 17:09 iso 阅读(187) 评论(0) 推荐(0) 编辑
摘要: ****#import "HMPieView.h"#import "UIColor+Random.h"@implementation HMPieView- (id)initWithFrame:(CGRect)frame{ self = [super initWithFrame:frame]; ... 阅读全文
posted @ 2015-09-01 17:08 iso 阅读(214) 评论(0) 推荐(0) 编辑
摘要: *************自定义下载的view的方法#import "HMProgressView.h"@interface HMProgressView()@property (nonatomic, weak) UILabel *label;@end@implementation HMProgre... 阅读全文
posted @ 2015-09-01 17:05 iso 阅读(126) 评论(0) 推荐(0) 编辑