gh123man / SwiftUI-Refresher

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

Reduce unnecessary View updates #15

Closed Econa77 closed 11 months ago

Econa77 commented 11 months ago

I fixed an issue where the RefreshSpinner View was being redrawn when isRefresherVisible was updated, even in unrelated scroll operations that were not related to the refresh action.

gh123man commented 11 months ago

Thanks for the PR! This looks good to me. Ill test it out some more and cut a release.