Coding/스위프트 iOS 코딩 알고리즘 2020. 10. 21. 21:32
onevcat/Kingfisher A lightweight, pure-Swift library for downloading and caching images from the web. - onevcat/Kingfisher github.com 고급 사용법 다음은 다운로드 핸들러를 포함한 이미지 다운로드 예시입니다. let iv = UIImageView(frame: CGRect(x: 0, y: 0, width: 100, height: 100)) let url = URL(string: "https://raw.githubusercontent.com/onevcat/Kingfisher/master/images/logo.png") let processor = DownsamplingImageProcessor(size: ..
더 읽기