Wei Wang

Results 259 comments of Wei Wang

You could use an [ImageDataProvider](https://github.com/onevcat/Kingfisher/wiki/Cheat-Sheet#imagedataprovider). More specifically, a [RawImageDataProvider](http://onevcat.github.io/Kingfisher/Structs/RawImageDataProvider.html) should be fine.

The `setImage` would give you a `DownloadTask`, which represents a task related to image downloading. The same happens when you call `cancelDownloadTask`. However, in a `LocalFileImageDataProvider`, there is no url...

I guess it is not what Kingfisher could control. Maybe it worths to confirm it on a device instead of a simulator.

Not sure what can cause it. But it does not seems to be something we can address in Kingfisher... How about the reproducible rate? Do you have a sample or...

What is your version of Kingfisher? In the latest Kingfisher, there is already no KingfisherSwiftUI module. If you were upgrading across major versions, please read and follow the migration guides:...

That means the downloaded data is 0 byte so it is not an image. I suggest maybe checking the actual data of your URL.

So maybe the certificate error is the reason? Are you trying to access a domain under a self-signed cert or even within plain HTTP? Either one, maybe try to read...

Maybe try `adjustsImageWhenAncestorFocused`. See https://github.com/onevcat/Kingfisher/blob/master/Demo/Demo/Kingfisher-Demo/ViewControllers/ImageCollectionViewCell.swift#L37

I cannot reproduce it with you sample project. See the video below (in Apple TV 4K simulator with tvOS 14.5). https://user-images.githubusercontent.com/1019875/127947580-7c868a61-05d2-4367-945a-e1ee389d6322.mp4 May I know what's your environment?

Ummm, Thanks for the attached video. I still cannot reproduce this issue on my tvOS simulator. Maybe that is due to I am not scrolling quickly enough? I am using...