From aa761c1205698b490b3c87c5f4f9cb824dacbd94 Mon Sep 17 00:00:00 2001 From: wu736139669 <736139669@qq.com> Date: Mon, 29 Jun 2015 11:37:46 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e69de29..ac9343b 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,5 @@ +配合SdWebImage 使用,可以显示加载进度 +UIImageView *imageView = [[UIImageView alloc] initWithFrame:frame]; + imageView.imageURL = attachment.contentURL; + [imageView setOnTouchTapBlock:^(UIImageView *imageView) { + }];