You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -99,7 +109,6 @@ public protocol ImageProcessor {
99
109
100
110
This is how you apply tint color before setting images.
101
111
102
-
103
112
```swift
104
113
let option =Option(imagePreprocessor: TintImageProcessor(tintColor: .orange))
105
114
imageView.setImage(url: imageUrl, option: option)
@@ -142,15 +151,15 @@ These are the buit in displayers. You need to supply the correct displayer for y
142
151
143
152
### Downloading
144
153
145
-
`Imaginary` uses `ImageFetcher` under the hood, which has downloader and storage. You can specify your own `ImageDownloader` together with a `modifyRequest` closure, there you can change request body or add more HTTP headers.
154
+
`Imaginary` uses `ImageFetcher` under the hood, which has downloader and storage. You can specify your own `ImageDownloader` together with a `modifyRequest` closure, there you can change request body or add more HTTP headers.
@@ -220,7 +229,6 @@ multipleFetcher.fetch(urls: imageUrls, each: { result in
220
229
221
230
This is ideal for the new [prefetching mode in UICollectionView](https://developer.apple.com/documentation/uikit/uicollectionview/1771771-prefetchingenabled)
222
231
223
-
224
232
## Installation
225
233
226
234
**Imaginary**is available through [CocoaPods](http://cocoapods.org). To install
0 commit comments