iOS) Kingfisher 사용

less than 1 minute read

Kingfisher

import Kingfisher

let url = URL(string: "https://example.com/image.png")
imageView.kf.setImage(with: url)

출처

출처ㅣKingfisher

Categories:

Updated: