Skip to content

Instantly share code, notes, and snippets.

import Kingfisher
let urlString = "https://picsum.photos/300"
let url = URL(string: urlString)
imageView.kf.indicatorType = .activity
imageView.kf.setImage(with: url)