Collection
protocol Collection : Sequence
-
The target
ImageCachewhich is used.Declaration
Swift
public var targetCache: ImageCache -
The original
ImageCachewhich is used.Declaration
Swift
public var originalCache: ImageCache -
The
ImageDownloaderwhich is specified.Declaration
Swift
public var downloader: ImageDownloader -
Member for animation transition when using UIImageView.
Declaration
Swift
public var transition: ImageTransition -
A
Floatvalue set as the priority of image download task. The value for it should be between 0.0~1.0.Declaration
Swift
public var downloadPriority: Float -
Whether an image will be always downloaded again or not.
Declaration
Swift
public var forceRefresh: Bool -
Whether an image should be got only from memory cache or download.
Declaration
Swift
public var fromMemoryCacheOrRefresh: Bool -
Whether the transition should always happen or not.
Declaration
Swift
public var forceTransition: Bool -
Whether cache the image only in memory or not.
Declaration
Swift
public var cacheMemoryOnly: Bool -
Whether only load the images from cache or not.
Declaration
Swift
public var onlyFromCache: Bool -
Whether the image should be decoded in background or not.
Declaration
Swift
public var backgroundDecode: Bool -
Whether the image data should be all loaded at once if it is an animated image.
Declaration
Swift
public var preloadAllAnimationData: Bool -
The queue of callbacks should happen from Kingfisher.
Declaration
Swift
public var callbackDispatchQueue: DispatchQueue -
The scale factor which should be used for the image.
Declaration
Swift
public var scaleFactor: CGFloat -
The
ImageDownloadRequestModifierwill be used before sending a download request.Declaration
Swift
public var modifier: ImageDownloadRequestModifier -
ImageProcessorfor processing when the downloading finishes.Declaration
Swift
public var processor: ImageProcessor -
ImageModifierfor modifying right before the image is displayed.Declaration
Swift
public var imageModifier: ImageModifier -
CacheSerializerto convert image to data for storing in cache.Declaration
Swift
public var cacheSerializer: CacheSerializer -
Keep the existing image while setting another image to an image view. Or the placeholder will be used while downloading.
Declaration
Swift
public var keepCurrentImageWhileLoading: Bool -
Undocumented
Declaration
Swift
protocol Collection : Sequence -
Undocumented
Declaration
Swift
protocol Collection : Sequence
View on GitHub
Install in Dash
Collection Extension Reference