Skip to content
This repository was archived by the owner on May 3, 2021. It is now read-only.

Commit 41f0f10

Browse files
committed
Update README.md
1 parent 6996fd5 commit 41f0f10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
Advanced iOS framework for loading, caching, processing, displaying and preheating images. It uses latest features in iOS SDK and doesn't reinvent existing technologies. It provides a powerful API that will extend the capabilities of your app.
66

7-
The DFImageManager is not just a loader, it is a pipeline with a great API for managing image requests, and an ability to easily plug-in everything that your application might need. It features [multiple subspecs](#install_using_cocopods) that integrate things like [AFNetworking](https://github.com/AFNetworking/AFNetworking) as a networking stack for fetching images, and [FLAnimatedImage](https://github.com/Flipboard/FLAnimatedImage) as a performant animated GIF engine, and more.
7+
The DFImageManager is not just a loader, it is a pipeline API for managing image requests, and an ability to easily plug-in everything that your application might need. It features [multiple subspecs](#install_using_cocopods) that integrate things like [AFNetworking](https://github.com/AFNetworking/AFNetworking) as a networking stack for fetching images, and [FLAnimatedImage](https://github.com/Flipboard/FLAnimatedImage) as a performant animated GIF engine, and more.
88

99
## Features
1010

1111
- Zero config, yet immense customization and extensibility
1212
- Works great with Swift
1313
- Common APIs for different resources (`NSURL`, `PHAsset`, `ALAsset`, and your custom classes)
14-
- Extreme performance even on outdated devices, asynchronous and thread safe
14+
- Great performance even on outdated devices, asynchronous and thread safe
1515
- Unit tested
1616

1717
##### Loading

0 commit comments

Comments
 (0)