I'm trying to cache (Haneke) an image and show it but i can't seem to figure out the first UIImage parameter in the hnk_setImage
. How can i show the image from the logoCache
key?
Cache Image
cache.set(value: logoData, key: logoCache)
Fetch and Show Image
cell.customerImageView?.hnk_setImage(UIImage?, key: logoCache)