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
AnimatedImage(name: "animation1", isAnimating: $isAnimating)) // Animation control binding
96
99
.maxBufferSize(.max)
97
100
}
98
101
}
99
102
```
100
103
101
104
-[x] Supports network image as well as local data and bundle image
105
+
-[x] Supports animation control using the SwiftUI Binding
102
106
-[x] Supports advanced control like loop count, incremental load, buffer size.
103
107
104
108
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