Swift/UIKit
[UIKit] url로 image 불러와보자 : SDWebImage
insub4067
2022. 7. 8. 14:54
GitHub - SDWebImage/SDWebImage: Asynchronous image downloader with cache support as a UIImageView category
Asynchronous image downloader with cache support as a UIImageView category - GitHub - SDWebImage/SDWebImage: Asynchronous image downloader with cache support as a UIImageView category
github.com
1. import 한다
2. UIImageView 생성한다
3. .sd_setImage로 접근해서 url 넣어준다