SDWebImage / SDWebImageSwiftUI

SwiftUI Image loading and Animation framework powered by SDWebImage
https://sdwebimage.github.io/SDWebImageSwiftUI
MIT License
2.16k stars 223 forks source link

Try to fix the recursive updateView when using AnimatedImage inside `ScrollView/LazyVStack`. Which cause App freeze #162

Closed dreampiggy closed 3 years ago

dreampiggy commented 3 years ago

Because from iOS 14+, the @Published for UIViewRepresentable update will always trigger another updateUIView. No hack and workaround is needed. (For iOS 13+, it's Bug that will never trigger)

This fix #161 #121

See screenshot:

image