Skip to content

Instantly share code, notes, and snippets.

@mwaterfall
Last active June 4, 2018 11:58
Show Gist options
  • Save mwaterfall/3e3d52aebf96490bcd4572c464efcfd1 to your computer and use it in GitHub Desktop.
Save mwaterfall/3e3d52aebf96490bcd4572c464efcfd1 to your computer and use it in GitHub Desktop.
imageView.apply(.logo)
imageView.apply(
.productImage(with: URL(string: "http://my-image-url")!),
loading: .loading,
failure: .failure
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment