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
urlThe url of the image.
completionA closure to be executed upon completion of loading the image.
 
View on GitHub
        UIImageView Extension Reference