Kingfisher
-
<Swift> Kingfisher 사용하기iOS/개념정리 2022. 10. 14. 16:00
Kingfisher란? Kingfisher is a powerful, pure-Swift library for downloading and caching images from the web. - 웹에서 이미지를 다운로드 하고 캐싱하기 위한 강력하고 순수한 라이브러리 입니다. 특징으로는 Asynchronous image downloading and caching. Loading image from either URLSession-based networking or local provided data. Useful image processors and filters provided. Multiple-layer hybrid cache for both memory and disk. Fine control on ..