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
// Supports options and context, like `.progressiveLoad` for progressive animation loading
160
161
.onFailure { error in
161
162
// Error
162
163
}
@@ -187,11 +188,13 @@ Note: `AnimatedImage` supports both image url or image data for animated image f
187
188
Note: `AnimatedImage` some methods like `.transition`, `.indicator` and `.aspectRatio` have the same naming as `SwiftUI.View` protocol methods. But the args receive the different type. This is because `AnimatedImage` supports to be used with UIKit/AppKit component and animation. If you find ambiguity, use full type declaration instead of the dot expression syntax.
188
189
189
190
```swift
190
-
AnimatedImage(name: "animation2") // Just for showcase, don't mix them at the same time
0 commit comments