Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. cell.image_of_new.kf.indicatorType = .activity
  2. cell.image_of_new.kf.setImage(
  3. with: url,
  4. placeholder: UIImage(named: "placeholderImage"),
  5. options: [
  6. .scaleFactor(UIScreen.main.scale),
  7. .transition(.fade(1)),
  8. .cacheOriginalImage
  9. ])
  10. {
  11. result in
  12. self.tableview.beginUpdates()
  13. self.tableview.endUpdates()
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement