Top "Kingfisher" questions

A lightweight, pure-Swift library for downloading and caching images from the web.

Get UIImage only with Kingfisher library

I need to get a UIImage only instead of loading a normal UIImageView with Kingfisher library To realize it I …

ios swift2 uiimage kingfisher
Kingfisher and swift 3 - cannot set image with url

Checking the documentation and the migration guide, I should be able to set a new image using this code: imageView.…

swift3 kingfisher
How to cache images only in disk using Kingfisher?

I am using Kingfisher library for downloading and caching images. I am facing some issues in the implementation: Are the …

ios swift caching image-caching kingfisher
How to clear memory and disk cache for images loaded using Kingfisherin UITableView?

I need to free all the memory occupied by images fetched using Kingfisher. I have a UITableView that store a …

ios xcode uitableview memory-management kingfisher