I am trying to find out if the image has already been cached using SDWebImage, but when I try to use this method, I get the error message "Ambiguous reference to the cachedIageExistsForURL element".
let bool = SDWebImageManager.cachedImageExistsForURL(imgURL)
I use Swift, and I have a bridge header to use the library.
source
share