KFCrossPlatformImage
extension KFCrossPlatformImage: CacheCostCalculable
extension KFCrossPlatformImage: KingfisherCompatible
extension KFCrossPlatformImage: Placeholder
Undocumented
-
Cost of an image
Declaration
Swift
public var cacheCost: Int { get }
-
How the placeholder should be added to a given image view.
Declaration
Swift
public func add(to imageView: KFCrossPlatformImageView)
-
How the placeholder should be removed from a given image view.
Declaration
Swift
public func remove(from imageView: KFCrossPlatformImageView)
-
Undocumented
Declaration
Swift
convenience init?(data: Data, scale: CGFloat)