|
7 | 7 | <a href="https://github.com/Carthage/Carthage"><img src="https://img.shields.io/badge/Carthage-compatible-4BC51D.svg"></a> |
8 | 8 | </p> |
9 | 9 |
|
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. |
11 | 11 |
|
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. |
13 | 13 |
|
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) |
22 | 21 |
|
23 | 22 | ## <a name="h_features"></a>Features |
24 | 23 |
|
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 |
28 | 26 | - Great performance even on outdated devices, asynchronous and thread safe |
| 27 | +- Modular design |
29 | 28 | - Unit tested |
30 | 29 |
|
31 | 30 | ##### Loading |
@@ -226,7 +225,7 @@ id<DFImageManaging> compositeImageManager = [[DFCompositeImageManager alloc] ini |
226 | 225 |
|
227 | 226 | ## <a name="h_design"></a>Design |
228 | 227 |
|
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"/> |
230 | 229 |
|
231 | 230 | |Protocol|Description| |
232 | 231 | |--------|-----------| |
|
0 commit comments