Closed singularity-s0 closed 7 months ago
This PR is not completed yet, as the code will not compile. But I would like to request review on the modifications to AsyncContentView.
The new proposed usage would be
AsyncContentView { forceReload in
// ...action...
} content: {
// ...view...
}
The PR is ready for review. @fsy2001
This PR makes AsyncContentView refreshable using the SwiftUI
RefreshAction
environment variable. Upon completion, it should close #33 .