|
@@ -18,12 +18,15 @@
|
|
|
|
|
|
|
|
<a href="http://cocoadocs.org/docsets/Kingfisher"><img src="https://img.shields.io/cocoapods/p/Kingfisher.svg?style=flat"></a>
|
|
<a href="http://cocoadocs.org/docsets/Kingfisher"><img src="https://img.shields.io/cocoapods/p/Kingfisher.svg?style=flat"></a>
|
|
|
|
|
|
|
|
|
|
+<a href="https://codebeat.co/projects/github-com-onevcat-kingfisher"><img alt="codebeat" src="https://codebeat.co/badges/30b4386d-46e5-46ee-bcc6-251158bb5ef7" /></a>
|
|
|
|
|
+
|
|
|
<img src="https://img.shields.io/badge/made%20with-%3C3-orange.svg">
|
|
<img src="https://img.shields.io/badge/made%20with-%3C3-orange.svg">
|
|
|
|
|
|
|
|
|
|
+
|
|
|
</p>
|
|
</p>
|
|
|
|
|
|
|
|
Kingfisher is a lightweight and pure Swift implemented library for downloading and caching image from the web. This project is heavily inspired by the popular [SDWebImage](https://github.com/rs/SDWebImage). And it provides you a chance to use pure Swift alternative in your next app.
|
|
Kingfisher is a lightweight and pure Swift implemented library for downloading and caching image from the web. This project is heavily inspired by the popular [SDWebImage](https://github.com/rs/SDWebImage). And it provides you a chance to use pure Swift alternative in your next app.
|
|
|
-[](https://codebeat.co/projects/github-com-onevcat-kingfisher)
|
|
|
|
|
|
|
+
|
|
|
## Features
|
|
## Features
|
|
|
|
|
|
|
|
* Everything in Kingfisher is asynchronous, not only downloading, but also caching. That means you never need to worry about blocking your UI thread.
|
|
* Everything in Kingfisher is asynchronous, not only downloading, but also caching. That means you never need to worry about blocking your UI thread.
|