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
+16-12Lines changed: 16 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -61,11 +61,10 @@ let package = Package(
61
61
62
62
## Usage
63
63
64
-
+ Using `WebImage` to load network image
64
+
###Using `WebImage` to load network image
65
65
66
-
Supports the placeholder and detail options control for image loading as SDWebImage.
67
-
68
-
Supports the success/failure/progress changes event for custom handling.
66
+
-[x] Supports the placeholder and detail options control for image loading as SDWebImage.
67
+
-[x] Supports the success/failure/progress changes event for custom handling.
69
68
70
69
Note: Unlike `UIImageView` in UIKit, SwiftUI's `Image` does not support animation. This `WebImage` using `Image` for internal implementation and supports static image format only.
-[x] Supports network image as well as local data and bundle image
100
+
-[x] Supports advanced control like loop count, incremental load, buffer size.
101
+
98
102
Note: `AnimatedImage` supports both image url or image data for animated image format. Which use the SDWebImage's [Animated ImageView](https://github.com/SDWebImage/SDWebImage/wiki/Advanced-Usage#animated-image-50) for internal implementation.
0 commit comments