Guest User

Untitled

a guest
Nov 20th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. if let url = object._property._url {
  2. self.imageView?.hnk_setImageFromURL(url, placeholder: UIImage(named: "blank"))
  3. } else {
  4. self.imageView?.image = UIImage(named: "blank")
  5. }
Add Comment
Please, Sign In to add comment