Update README.md

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