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
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,7 @@ let package = Package(
78
78
### Using `WebImage` to load network image
79
79
80
80
-[x] Supports placeholder and detail options control for image loading as SDWebImage
81
+
-[x] Supports progressive image loading
81
82
-[x] Supports success/failure/progress changes event for custom handling
82
83
-[x] Supports indicator with activity/progress indicator and customization
83
84
-[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
102
103
### Using `AnimatedImage` to play animation
103
104
104
105
-[x] Supports network image as well as local data and bundle image
106
+
-[x] Supports animated progressive image loading
105
107
-[x] Supports animation control using the SwiftUI Binding
106
108
-[x] Supports indicator and transition, powered by SDWebImage and Core Animation
107
109
-[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
145
147
146
148
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.
147
149
150
+
For more information, it's really recommended to check our demo below, to learn detailed API usage.
151
+
148
152
## Demo
149
153
150
154
To run the example using SwiftUI, following the steps:
0 commit comments