SDWebImageSwiftUI icon indicating copy to clipboard operation
SDWebImageSwiftUI copied to clipboard

SwiftUI Image loading and Animation framework powered by SDWebImage

Results 102 SDWebImageSwiftUI issues
Sort by recently updated
recently updated
newest added

First of all, i have placed the issue request but it was closed immediately without me having any solution. Here is the details below Hello sir, in my SwiftUI app...

SwiftUI Preview does not work after importing SDWebImageSwiftUI dependency. Xcode 13.2.1 ![image](https://user-images.githubusercontent.com/5518603/148143187-4bd6aba6-94e0-487f-850d-d9596b84a84e.png)

swiftpm

when i tried to use AnimatedImage in swiftui for watchOS, It will be "Cannot find 'AnimatedImage' in scope". I think that AnimatedImage can't be used in watchOS, so i tried...

Just by adding an **AnimatedImage** with a failing url causes the **AnimatedImage** to fall in an endless loop where it tries to load itself and just fails to do so...

Hi, how can I insert a local Image? I tried the web one but doesn't work: `WebImage(url: URL(string: "exchange-alt-solid"))` It's a SVG Format

Xcode 13.0 iOS 15.0.2 The crash happens with me when setting the `isAnimating` to `.constant(false)`. It happens when setting the `currentFrame` to `nil` which I think publishes an update. Solved...

XCode Version 12.4 (12D4e) SDWebImageSwiftUI 2.0.1 We have a scenario where a view loads due to a cached auth state, and then after a server callback, if the user is...

Hello, I'm using the following code to display an .png-file but am not able to remove the yellow background and the warning sign. Could you please help me with that...

The SwiftUI APNG animations are running twice after more than one APNG files are running together. I would appreciate if there are any workarounds.

When using this pattern: ``` ScrollView { LazyVStack { ItemView() .equatable() } } ``` And ItemView contains a `WebImage`, the application will lock at 100% CPU and memory will keep...