RetrieveImageResult
public struct RetrieveImageResult
Represents the result of a Kingfisher retrieving image task.
-
Gets the image object of this result.
Declaration
Swift
public let image: Image
-
Gets the cache source of the image. It indicates from which layer of cache this image is retrieved. If the image is just downloaded from network,
.none
will be returned.Declaration
Swift
public let cacheType: CacheType