SDWebImageSwiftUI
SDWebImageSwiftUI copied to clipboard
SwiftUI Image loading and Animation framework powered by SDWebImage
I have tried to put an animated image in the Home widget struct WidgetView: View { var widgetDoc: SMWidget var body: some View { Color(.white) AnimatedImage(url: URL(string: widgetDoc.gifSticker)) .onFailure {...
I found that if there are 2 or more webp images, they will animate very slow... I build a very [simple project](https://github.com/piaozhx/test_bug) to help figure it out.
Hey, guys, recently I want send my photo to my server but I don't know how to do it and I don't find the API, Could you help me? I'm...
hello here, i've been trying something using this library, and encountered a weird behaviour, the following is a simpler version of the code i wrote. ```swift VStack { //... some...
Hello good people, It seems that in my app, when my `WebImage` is loaded for the first time, it seems like it's remaining in memory and not being loaded again...
Hello, today I updated pods and after last release activity indicator is not working and when I tried to use it my project is crashing. > precondition failure: attribute failed...
**Steps to Reproduce:** Create a Bool State variable, with an initial value of false Add an AnimatedImage to a View with the isAnimating property set to the State Bool which...
Currently this framework named "SDWebImageSwiftUI" However, the SDWebImage part is only the dependency, most of common usage code does not related to SDWebImage itself. The only Public API now can...
SDWebImage have a official site for holder documentation: https://sdwebimage.github.io/ However, there are some limits: + ~~It only hold [SDWebImage](https://github.com/SDWebImage/SDWebImage) this core framework, but not any other components around, like SDWebImageSwiftUI~~...
I update to v2.2.0, iPhone 11pro iOS 16.0, the cpu up to 101%, when I delete the WebImage code, the cpu down to 0%