Skip to content

Instantly share code, notes, and snippets.

@damijanracel
Created February 13, 2018 08:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save damijanracel/d08f26cd95eca5c3bef37d20a1abd85e to your computer and use it in GitHub Desktop.
Save damijanracel/d08f26cd95eca5c3bef37d20a1abd85e to your computer and use it in GitHub Desktop.
private func set(image: UIImage?) {
guard let image = image else {
hideImage()
return
}
showImage()
iconImageView.image = image
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment