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
A backport implementation of SwiftUI's AsyncImage on Apple platform.
4
6
5
7
## Overview
@@ -58,6 +60,10 @@ struct ContentView: View {
58
60
}
59
61
```
60
62
63
+
## Documentation
64
+
65
+
Detailed documentation for OpenAsyncImage can be found on [Swift Package Index](https://swiftpackageindex.com/OpenSwiftUIProject/OpenAsyncImage/main/documentation/openasyncimage).
66
+
61
67
## Advantages
62
68
63
69
-**iOS 13+ Support**: Brings AsyncImage functionality to earlier iOS versions instead of being limited to iOS 15+
0 commit comments