Drop iOS 13/macOS 10.15/tvOS 13/watchOS 6 support by dreampiggy · Pull Request #250 · SDWebImage/SDWebImageSwiftUI
Changes
- Backport sources are removed
- Availability is changed
- Use StateObject instead
- ProgressIndicator and ActivityIndicator is removed. Use SwiftUI built-in
ProgressViewinstead. (TheWebImage().indicator(.activity)still works)
Reason
It's hard to maintain the Buggy behaviors between iOS 13/14. I have no time for UI level (this repo) maintainess.
Hope this can fix many of issues like #243