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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,9 +132,10 @@ Note: This `WebImage` using `Image` for internal implementation, which is the be
132
132
Note: The `WebImage` animation provide common use case, so it's still recommend to use `AnimatedImage` for advanced controls like progressive animation rendering.
@@ -198,7 +200,7 @@ Why we have two different View types here, is because of current SwiftUI limit.
198
200
199
201
If you don't need animated image, prefer to use `WebImage` firstly. Which behaves the seamless as built-in SwiftUI View. If SwiftUI works, it works.
200
202
201
-
If you need simple animated image, use `WebImage`. Which provide the basic animated image support. But it does not support progressive animation rendering, playback rate, etc.
203
+
If you need simple animated image, use `WebImage`. Which provide the basic animated image support. But it does not support progressive animation rendering, if you don't care about this.
202
204
203
205
If you need powerful animated image, `AnimatedImage` is the one to choose. Remember it supports static image as well, you don't need to check the format, just use as it.
204
206
@@ -396,7 +398,7 @@ Demo Tips:
396
398
397
399
1. Use `Switch` (right-click on macOS/force press on watchOS) to switch between `WebImage` and `AnimatedImage`.
398
400
2. Use `Reload` (right-click on macOS/force press on watchOS) to clear cache.
399
-
3. Use `Swipe To Delete` (menu button on tvOS) to delete one image url from list.
401
+
3. Use `Swipe Left` (menu button on tvOS) to delete one image url from list.
400
402
4. Pinch gesture (Digital Crown on watchOS, play button on tvOS) to zoom-in detail page image.
401
403
5. Clear cache and go to detail page to see progressive loading.
0 commit comments