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

Commit ee660a7

Browse files
committed
Update README.md
1 parent c607d12 commit ee660a7

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

README.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,24 @@
77
<a href="https://github.com/Carthage/Carthage"><img src="https://img.shields.io/badge/Carthage-compatible-4BC51D.svg"></a>
88
</p>
99

10-
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.
10+
Advanced iOS framework for loading, caching, processing, displaying and preheating images. It uses latest advancements in iOS SDK and doesn't reinvent existing technologies. It provides a powerful API that will extend the capabilities of your app.
1111

12-
The DFImageManager is not just a loader, it is a pipeline for executing image requests using pluggable components. It features [multiple subspecs](#install_using_cocopods) that automatically integrate things like [AFNetworking](https://github.com/AFNetworking/AFNetworking), [FLAnimatedImage](https://github.com/Flipboard/FLAnimatedImage) as a performant animated GIF engine, and more.
12+
The DFImageManager is not just a loader, it is a pipeline for executing image requests using pluggable components. It also features [multiple subspecs](#install_using_cocopods) that automatically integrate things like [AFNetworking](https://github.com/AFNetworking/AFNetworking), [FLAnimatedImage](https://github.com/Flipboard/FLAnimatedImage), [libwebp](https://developers.google.com/speed/webp/docs/api) and more.
1313

14-
* [Features](#h_features)
15-
* [Getting Started](#h_getting_started)
16-
* [Usage](#h_usage)
17-
* [Design](#h_design)
18-
* [Installation](#install_using_cocopods)
19-
* [Requirements](#h_requirements)
20-
* [Supported Image Formats](#h_supported_image_formats)
21-
* [Contribution](#h_contribution)
14+
1. [Getting Started](#h_getting_started)
15+
2. [Usage](#h_usage)
16+
3. [Design](#h_design)
17+
4. [Installation](#install_using_cocopods)
18+
5. [Requirements](#h_requirements)
19+
6. [Supported Image Formats](#h_supported_image_formats)
20+
7. [Contribution](#h_contribution)
2221

2322
## <a name="h_features"></a>Features
2423

25-
- Zero config, yet immense customization and extensibility
26-
- Works great with Swift
27-
- Common APIs for different resources (`NSURL`, `PHAsset`, and your custom classes)
24+
- Zero config, yet immense customization and flexibility
25+
- Works great with both Objective-C and Swift
2826
- Great performance even on outdated devices, asynchronous and thread safe
27+
- Modular design
2928
- Unit tested
3029

3130
##### Loading
@@ -226,7 +225,7 @@ id<DFImageManaging> compositeImageManager = [[DFCompositeImageManager alloc] ini
226225
227226
## <a name="h_design"></a>Design
228227
229-
<img src="https://cloud.githubusercontent.com/assets/1567433/9427953/ccbef7f2-499f-11e5-8542-bd54ea7b2250.png" height="420"/>
228+
<img src="https://cloud.githubusercontent.com/assets/1567433/9430006/ee9f9b86-49ec-11e5-9a2b-121d6f6f3384.png" height="420"/>
230229
231230
|Protocol|Description|
232231
|--------|-----------|

0 commit comments

Comments
 (0)