Skip to content

Instantly share code, notes, and snippets.

@olbrichj
Last active March 21, 2018 11:20
Show Gist options
  • Save olbrichj/eab73d4a6560c7dddb97f5923ba99b13 to your computer and use it in GitHub Desktop.
Save olbrichj/eab73d4a6560c7dddb97f5923ba99b13 to your computer and use it in GitHub Desktop.
fetch(url: <imageurl>).recover { error -> Promise<UIImage> in
return UIImage(name: <placeholder>)
}...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment