Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. if let imageView = cell.viewWithTag(SOME_TAG) as? UIImageView
  2. {
  3. // Nothing to do here.
  4. }
  5. else
  6. {
  7. // Add image view to cell.
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement