Skip to content

Instantly share code, notes, and snippets.

@daoseng33
Created June 28, 2018 13:10
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 daoseng33/8e1e9464bd75514c839cafc21d196f20 to your computer and use it in GitHub Desktop.
Save daoseng33/8e1e9464bd75514c839cafc21d196f20 to your computer and use it in GitHub Desktop.
let json = ["type": 1]
if let typeNumber = json["type"] {
imageView.image = Type(rawValue: typeNumber)?.image
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment