Skip to content
This repository has been archived by the owner on Nov 13, 2020. It is now read-only.
/ RefreshUI Public archive

RefreshUI provide native refresh control to SwiftUI.

License

Notifications You must be signed in to change notification settings

noppefoxwolf/RefreshUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

RefreshUI provide native refresh control to SwiftUI.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages