Drop iOS 13/macOS 10.15/tvOS 13/watchOS 6 support by dreampiggy · Pull Request #250 · SDWebImage/SDWebImageSwiftUI

Changes

  1. Backport sources are removed
  2. Availability is changed
  3. Use StateObject instead
  4. ProgressIndicator and ActivityIndicator is removed. Use SwiftUI built-in ProgressView instead. (The WebImage().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