You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> If you support iOS 15+/macOS 12+ only and don't care about animated image format, try SwiftUI's [AsyncImage](https://developer.apple.com/documentation/swiftui/asyncimage)
12
+
11
13
## What's for
12
14
13
15
SDWebImageSwiftUI is a SwiftUI image loading framework, which based on [SDWebImage](https://github.com/SDWebImage/SDWebImage).
@@ -49,11 +51,10 @@ All issue reports, feature requests, contributions, and GitHub stars are welcome
49
51
## Requirements
50
52
51
53
+ Xcode 12+
52
-
+ iOS 13+
53
-
+ macOS 10.15+
54
-
+ tvOS 13+
55
-
+ watchOS 6+
56
-
+ Swift 5.2+
54
+
+ iOS 13+ (14+ Recommended)
55
+
+ macOS 10.15+ (11+ Recommended)
56
+
+ tvOS 13+ (14+ Recommended)
57
+
+ watchOS 6+ (7+ Recommended)
57
58
58
59
## SwiftUI 2.0 Compatibility
59
60
@@ -73,7 +74,9 @@ var body: some View {
73
74
}
74
75
```
75
76
76
-
Note: However, many differences behavior between iOS 13/14's is hard to fixup. Due to maintain issue, in the future release, we will drop the iOS 13 supports and always match SwiftUI 2.0's behavior.
77
+
Note: However, many differences behavior between iOS 13/14's is hard to fixup. And we may break some APIs (which are not designed to be public) to fixup it.
78
+
79
+
Due to maintain issue, in the future release, we will drop the iOS 13 supports and always match SwiftUI 2.0's behavior. And **v2.1** may be the last version support iOS 13.
77
80
78
81
79
82
## Installation
@@ -639,6 +642,7 @@ Which means, this project is one core use case and downstream dependency, which
0 commit comments