gh123man / SwiftUI-Refresher

A native, customizable SwiftUI refresh control
MIT License
119 stars 12 forks source link

Add async version #1

Closed AzSiAz closed 2 years ago

AzSiAz commented 2 years ago

Like iOS 15 refreshable, using an Async action would prevent having to handle done callback and pass it to function call

gh123man commented 2 years ago

Thanks for the feedback! I'll look into adding this.

gh123man commented 2 years ago

Done! https://github.com/gh123man/SwiftUI-Refresher/commit/d54b29f3ac918cbf86e06b7ed367d911825510c5 1.0.8

AzSiAz commented 2 years ago

Fantastic, thank you 😊