Classes
The following classes are available globally.
-
Undocumented
See more
-
See moreAnimatedImageViewis a subclass ofUIImageViewfor displaying animated image.Declaration
Swift
open class AnimatedImageView: UIImageView
-
See moreImageCacherepresents both the memory and disk cache system of Kingfisher. While a default image cache object will be used if you prefer the extension methods of Kingfisher, you can create your own cache object and configure it as your need. You could use anImageCacheobject to manipulate memory and disk cache for Kingfisher.Declaration
Swift
open class ImageCache
-
See moreImageDownloaderrepresents a downloading manager for requesting the image with a URL from server.Declaration
Swift
open class ImageDownloader
-
RetrieveImageTask represents a task of image retrieving process. It contains an async task of getting image from disk and from network.
See moreDeclaration
Swift
public final class RetrieveImageTask -
Main manager class of Kingfisher. It connects Kingfisher downloader and cache. You can use this class to retrieve an image via a specified URL from web or cache.
See moreDeclaration
Swift
public class KingfisherManager
-
See moreImagePrefetcherrepresents a downloading manager for requesting many images via URLs, then caching them. This is useful when you know a list of image resources and want to download them before showing.Declaration
Swift
public class ImagePrefetcher
View on GitHub
Install in Dash
Classes Reference