Update README.md

This commit is contained in:
2015-06-29 11:58:56 +08:00
parent 2f091961ce
commit bbf4f9f487
+4 -4
View File
@@ -1,6 +1,6 @@
配合SdWebImage 使用,可以显示加载进度 配合SdWebImage 使用,可以显示加载进度
UIImageView *imageView = [[UIImageView alloc] initWithFrame:frame]; UIImageView *imageView = [[UIImageView alloc] initWithFrame:frame];
imageView.imageURL = attachment.contentURL; imageView.imageURL = attachment.contentURL;
[imageView setOnTouchTapBlock:^(UIImageView *imageView) { [imageView setOnTouchTapBlock:^(UIImageView *imageView) {
}]; }];