2015-06-29 11:58:56 +08:00
2015-06-29 11:58:56 +08:00
2015-06-29 11:47:53 +08:00
2015-06-29 11:47:53 +08:00

配合SdWebImage 使用,可以显示加载进度

        UIImageView *imageView = [[UIImageView alloc] initWithFrame:frame];
        imageView.imageURL = attachment.contentURL;
        [imageView setOnTouchTapBlock:^(UIImageView *imageView) {
        }];
S
Description
GitHub 镜像: wu736139669/UIImageView-Reload(每日自动同步)
Readme
31 KiB
Languages
Objective-C 100%