UIImageView
extension UIImageView
-
Sets an image from the given url using the default
CheetahImageLoader
.Declaration
Swift
public func setImage(from url: URL, completion: ImageLoaderCompletion? = nil)
Parameters
url
The url of the image.
completion
A closure to be executed upon completion of loading the image.