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

### 🐞 Deprecated API Usage: `UIGraphicsBeginImageContextWithOptions` may cause crash in low-memory Hi, I noticed that this library is using the deprecated `UIGraphicsBeginImageContextWithOptions` API in the following line: https://github.com/SDWebImage/SDWebImageSwiftUI/blob/ea241055c576d977c607d8cac5fac840c90f80f4/SDWebImageSwiftUI/Classes/WebImage.swift#L211-L214 Apple has...

deprecation

Hi all, I'm facing an issue where an animated SVG is not rendering properly and only the first frame appears. Are animated SVGs supported?