SDWebImageSwiftUI
SDWebImageSwiftUI copied to clipboard
SwiftUI Image loading and Animation framework powered by SDWebImage
i have about 20 `WebImage` in a lazy vgrid now the app janks a lot when scrolling i instrumented it and it shows `WebImage` was taking very long to draw...
Hello, currently, I am using WebImage to load images from the web. I see in the readme that I can check out the wiki to learn how to use the...
I've noticed that in some cases images do not appear, and I believe it is simply a failure to load due to intermittent network issues. However I would expect SDWebImage...
P.S. Sorry for my english skill
Hey! I'm new to the Swift world, so apologies if I give the wrong information or ask the wrong questions. --- My application just crashed and the stack trace seems...
I am using WebImages views and am trying to apply the .fade transition. I'm able to get the fade transition to work by just applying the .animation() modifier to a...
### New Issue Checklist * [x] I have read and understood the [CONTRIBUTING guide](https://github.com/rs/SDWebImage/blob/master/.github/CONTRIBUTING.md) * [x] I have read the [Documentation](http://cocoadocs.org/docsets/SDWebImage/) * [ ] I have searched for a similar...
The image doesn't load when we have a url such as this https://www.instagram.com/p/B3kwCXrA8xt/media/?size=m which actually redirects the to another url which contains Image.
Experienced in android, noob in swiftui, i can t find the way to display a specific placeholder on error . Some indications are given : .delayPlaceholder but this is quite...
Clearing memory caches manually doesn't help. Reproduced in 2.0.0 & 2.0.1. I used 70 gifs (5-7 MB each) to reproduce with my 4GB memory iPhone. ``` import SwiftUI import SDWebImageSwiftUI...