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
Change the AnimatedImage API to match the same design. But AnimatedImage need the platform image (becaseu this is needed for SD and return type is limited to AnimatedImage)
@@ -80,8 +80,8 @@ public struct AnimatedImage : PlatformViewRepresentable {
80
80
/// - Parameter placeholder: The placeholder image to show during loading
81
81
/// - Parameter options: The options to use when downloading the image. See `SDWebImageOptions` for the possible values.
82
82
/// - Parameter context: A context contains different options to perform specify changes or processes, see `SDWebImageContextOption`. This hold the extra objects which `options` enum can not hold.
/// Create an animated image with url, placeholder, custom options and context, including animation control binding.
@@ -90,9 +90,8 @@ public struct AnimatedImage : PlatformViewRepresentable {
90
90
/// - Parameter options: The options to use when downloading the image. See `SDWebImageOptions` for the possible values.
91
91
/// - Parameter context: A context contains different options to perform specify changes or processes, see `SDWebImageContextOption`. This hold the extra objects which `options` enum can not hold.
92
92
/// - Parameter isAnimating: The binding for animation control
0 commit comments