SDWebImageSwiftUI
SDWebImageSwiftUI copied to clipboard
Allows easy to use WebImage with `isAnimating` default to false and change to true later
Reason
Since SDAnimatedImage has fallback logic, we can apply this to WebImage by default without dynamic check
This close #332
I tested this branch in my app; it works perfectly for me and fixes #332. Thanks for the quick fix!