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