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