ImageService
protocol ImageService : Nuke_ImageDisplaying
Currently synonym for the Nuke protocol
-
load(flag:)Extension methodLoad location flag
Declaration
Swift
func load(flag location: Location?)Parameters
locationLocation
-
load(image:)Extension methodLoad mappable image
Declaration
Swift
func load(image mappable: Mappable?)Parameters
mappableMappable
-
load(image:)Extension methodLoad photo image
Declaration
Swift
func load(image photo: Photo?)Parameters
photoPhoto
-
load(image:)Extension methodLoad user image
Declaration
Swift
func load(image user: UserAvatar)Parameters
userUser info
-
load(image:)Extension methodLoad image from HTML
Declaration
Swift
func load(image html: String) -> BoolParameters
htmlHTML
View on GitHub
ImageService Protocol Reference