KingfisherCompatibleValue
public protocol KingfisherCompatibleValue
Represents a value type that is compatible with Kingfisher. You can use kf
property to get a
value in the namespace of Kingfisher.
-
kf
Extension methodGets a namespace holder for Kingfisher compatible types.
Declaration
Swift
public var kf: KingfisherWrapper<Self> { get set }