iOS) Kingfisher 사용
Kingfisher
import Kingfisher
let url = URL(string: "https://example.com/image.png")
imageView.kf.setImage(with: url)
출처
출처ㅣKingfisher
import Kingfisher
let url = URL(string: "https://example.com/image.png")
imageView.kf.setImage(with: url)
출처ㅣKingfisher