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