mahi008 / RefreshUI

RefreshUI provide native refresh control to SwiftUI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

RefreshUI provide native refresh control to SwiftUI.

License:MIT License


Languages

Language:Swift 100.0%