我把Kingfisher从4.10更新到5.7,代码没改,本地GIF加载不出了。 我把Kingfisher从4.10更新到5.7,代码没改,本地GIF加载不出了。 代码: 123let path = Bundle.main.path(forResource: "loading", ofType: "gif")!l
我把Kingfisher从4.10更新到5.7,代码没改,本地GIF加载不出了。
代码:
123let path = Bundle.main.path(forResource: "loading", ofType: "gif")!let resource = ImageResource(downloadURL: URL(fileURLWithPath: path))imageView.kf.setImage(with: resource)在4.10版本是OK的。
想问下有没有人遇到同样情况。