Местный gif не показывался, когда я обновлял Kingfisher - PullRequest
0 голосов
/ 07 ноября 2019

Я обновил Kingfisher с 4.10 до 5.7, однако gif не показывался на imageView с тем же кодом.

Вот мой код:

let path = Bundle.main.path(forResource: "loading", ofType: "gif")!
let resource = ImageResource(downloadURL: URL(fileURLWithPath: path))
imageView.kf.setImage(with: resource)

Это хорошо работает сKingfiser 4.10.

...