mirror of
https://github.com/wu736139669/UIImageView-Reload.git
synced 2026-08-05 06:23:35 +00:00
Update README.md
This commit is contained in:
@@ -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) {
|
||||
}];
|
||||
|
||||
Reference in New Issue
Block a user