其实由两部分组成
使用SDWebImage插件和YYImage插件,将图片没有刷新出来的做一张默认gif图片播放
YYImage,需要使用YYAnimatedImageView,来播放gif
[self.eventImage sd_setImageWithURL:[NSURL URLWithString:model.imageUrl] placeholderImage:[YYImage imageNamed:@"niconiconi"]];
其实由两部分组成
使用SDWebImage插件和YYImage插件,将图片没有刷新出来的做一张默认gif图片播放
YYImage,需要使用YYAnimatedImageView,来播放gif
[self.eventImage sd_setImageWithURL:[NSURL URLWithString:model.imageUrl] placeholderImage:[YYImage imageNamed:@"niconiconi"]];