Skip to content

Commit 30b26af

Browse files
committed
Update README
Added something about the behavior
1 parent 04c1ebb commit 30b26af

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
[![SwiftPM compatible](https://img.shields.io/badge/SwiftPM-compatible-brightgreen.svg)](https://swift.org/package-manager/)
99
[![codecov](https://codecov.io/gh/SDWebImage/SDWebImageSwiftUI/branch/master/graph/badge.svg)](https://codecov.io/gh/SDWebImage/SDWebImageSwiftUI)
1010

11+
> 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+
1113
## What's for
1214

1315
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
4951
## Requirements
5052

5153
+ 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)
5758

5859
## SwiftUI 2.0 Compatibility
5960

@@ -73,7 +74,9 @@ var body: some View {
7374
}
7475
```
7576

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.
7780

7881

7982
## Installation
@@ -639,6 +642,7 @@ Which means, this project is one core use case and downstream dependency, which
639642
- [Espera](https://github.com/JagCesar/Espera)
640643
- [SwiftUI-Introspect](https://github.com/siteline/SwiftUI-Introspect)
641644
- [ViewInspector](https://github.com/nalexn/ViewInspector)
645+
- [SwiftUIBackports](https://github.com/shaps80/SwiftUIBackports)
642646

643647
## License
644648

0 commit comments

Comments
 (0)