YYWebImage icon indicating copy to clipboard operation
YYWebImage copied to clipboard

设置之后并没有出现渐进式模糊下载

Open lazycoder417 opened this issue 8 years ago • 1 comments

@ibireme 你好,我想问下 我在按照使用方法设置了[self.rightImageView yy_setImageWithURL:[NSURL URLWithString:self.feed.rightImageUrl] options:YYWebImageOptionProgressiveBlur | YYWebImageOptionSetImageWithFadeAnimation urlTag:self.feed.rightImageUrl]; 这样子 去下载图片 为什么没出现最上方那个gif显示的 模糊渐进式下载 只有那种逐行渐进式加载可以使用 我的图片都是png的 是从服务器下载 希望能得到回答 万分感谢

lazycoder417 avatar Jan 06 '17 03:01 lazycoder417

swift 4 中同样的问题,只有 YYWebImageOptionProgressiveBlur 有效果

no5ugar avatar Jan 24 '18 07:01 no5ugar