RefreshUI

master

RefreshUI provide native refresh control to SwiftUI.
noppefoxwolf/RefreshUI

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.

Description

  • Swift Tools
View More Packages from this Author

Dependencies

  • None
Last updated: Mon Jan 08 2024 00:45:15 GMT-1000 (Hawaii-Aleutian Standard Time)