Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mwaterfall/5eb143db172fc502f8aec927fc79938a to your computer and use it in GitHub Desktop.
Save mwaterfall/5eb143db172fc502f8aec927fc79938a to your computer and use it in GitHub Desktop.
extension UIImageView {
func apply(_ imageDescriptor: ImageDescriptor<UIImage>)
func apply(
_ imageDescriptor: ImageDescriptor<URL>,
loading loadingImageDescriptor: ImageDescriptor<UIImage>? = nil,
failure failureImageDescriptor: ImageDescriptor<UIImage>? = nil
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment