Kingfisher
Kingfisher copied to clipboard
How to use Kingfisher to load webp animations?
I tried using Kingfisher to load webp animations, but it didn't work. 我使用Kingfisher加载webp动态图片,但是没有效果,展示的webp并不会动。
private lazy var imageView = AnimatedImageView()
let urlString = "some webp url"
let url = URL(string: urlString)
imageView.kf.setImage(with: url)
This is my code. 这是我的代码。 Developed on ios 14.0. 开发版本基于iOS 14.0
The support for animated WebP is yet done in Kingfisher. Let me check it.
When will support for animated WebP be completed? thx
Any news ?
and now?)
bump
expectation
Any updates?()
Any news plz?
Any news? thx
从webp动图的加载比较来看,webp的动图是不是还是 YYWebimage比较好
对。暂时 webp 动画的支持不在 plan list 上...如果需要 webp 动图,暂时建议使用 SDWebImage 作为替代。