Skip to content

Instantly share code, notes, and snippets.

@3257
Created April 8, 2018 16:58
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 3257/f65410a65181f294c34d6641de29a9c9 to your computer and use it in GitHub Desktop.
Save 3257/f65410a65181f294c34d6641de29a9c9 to your computer and use it in GitHub Desktop.
var unicorn: Unicorn? {
didSet {
if let unicorn = unicorn {
downloadImage(from: unicorn.imagePath)
addedBy.text = unicorn.addedBy
seenAt.text = unicorn.seenAt
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment