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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,7 @@ var body: some View {
106
106
-[x] Supports animation control using the SwiftUI Binding
107
107
-[x] Supports indicator and transition powered by SDWebImage and CoreAnimation
108
108
-[x] Supports advanced control like loop count, incremental load, buffer size
109
+
-[x] Supports coordinate with native UIKit/AppKit/WKInterface view
109
110
110
111
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. Pay attention that since this base on UIKit/AppKit representable, if you need advanced customized layout and animation, you need CoreAnimation to help.
0 commit comments