RefreshUI Save Abandoned

RefreshUI provide native refresh control to SwiftUI.

Project README

RefreshUI is no longer available. I'm preferred to use Introspect. https://github.com/siteline/SwiftUI-Introspect

RefreshUI

RefreshUI provide native refresh control to SwiftUI.

⚠️ This library uses blackmagic.?‍♂️

iOS macOS

Usage

List {
    ForEach(items, id: \.self) { (item) in
        Text("\(item)")
    }
}.onPull(perform: {
    self.items.shuffle()
}, isLoading: isLoading)

License

RefreshUI is licensed under the MIT License. See the LICENSE file for more information.

Open Source Agenda is not affiliated with "RefreshUI" Project. README Source: noppefoxwolf/RefreshUI
Stars
98
Open Issues
7
Last Commit
3 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating