mirror of
https://github.com/wu736139669/UIImageView-Reload.git
synced 2026-08-05 06:23:35 +00:00
7 lines
256 B
Markdown
7 lines
256 B
Markdown
配合SdWebImage 使用,可以显示加载进度
|
|
|
|
UIImageView *imageView = [[UIImageView alloc] initWithFrame:frame];
|
|
imageView.imageURL = attachment.contentURL;
|
|
[imageView setOnTouchTapBlock:^(UIImageView *imageView) {
|
|
}];
|