Skip to content

Commit b8e8226

Browse files
committed
Update readme about usage
1 parent 4097d56 commit b8e8226

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ let package = Package(
7878
### Using `WebImage` to load network image
7979

8080
- [x] Supports placeholder and detail options control for image loading as SDWebImage
81+
- [x] Supports progressive image loading
8182
- [x] Supports success/failure/progress changes event for custom handling
8283
- [x] Supports indicator with activity/progress indicator and customization
8384
- [x] Supports built-in animation and transition, powered by SwiftUI
@@ -102,6 +103,7 @@ Note: This `WebImage` using `Image` for internal implementation, which is the be
102103
### Using `AnimatedImage` to play animation
103104

104105
- [x] Supports network image as well as local data and bundle image
106+
- [x] Supports animated progressive image loading
105107
- [x] Supports animation control using the SwiftUI Binding
106108
- [x] Supports indicator and transition, powered by SDWebImage and Core Animation
107109
- [x] Supports advanced control like loop count, incremental load, buffer size
@@ -145,6 +147,8 @@ If you need animated image, `AnimatedImage` is the one to choose. Remember it su
145147

146148
But, because `AnimatedImage` use `UIViewRepresentable` and driven by UIKit, currently there may be some small incompatible issues between UIKit and SwiftUI layout and animation system. We try our best to match SwiftUI behavior, and provide the same API as `WebImage`, which make it easy to switch between these two types.
147149

150+
For more information, it's really recommended to check our demo below, to learn detailed API usage.
151+
148152
## Demo
149153

150154
To run the example using SwiftUI, following the steps:

0 commit comments

Comments
 (0)