Skip to content

Commit e035d48

Browse files
committed
updated readme.
1 parent b41843f commit e035d48

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,19 @@ This is an evolving project, if you have any ideas or feedback - feel free to cr
1818

1919
![Fading Transition!](https://media.giphy.com/media/kFCKkcURNhI0AVG19y/giphy.gif)
2020

21+
22+
## "But, `AsyncImage`"
23+
24+
It's great that Apple now has official support for async images, however:
25+
26+
Unlike `AsyncImage`, `RemoteImageView`
27+
- Is supported from iOS 13
28+
- Supports caching (in memory, on disk, and custom)
29+
- Powerful, modular way to
30+
- Supports progress indicators
31+
- Has in depth, customisable logging
32+
33+
2134
## Configuration
2235

2336
Enable or disable debug logging
@@ -51,6 +64,8 @@ Upon initialisation, a resized image will be downloaded in the background and pl
5164

5265
`LandmarkRow` is used in a `List`
5366

67+
## Example
68+
5469
```swift
5570
struct LandmarkRow: View {
5671
var landmark: Landmark

0 commit comments

Comments
 (0)