gh123man / SwiftUI-Refresher

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

Great idea! #7

Closed wdq123550 closed 1 year ago

wdq123550 commented 1 year ago

And support pull up load more?

gh123man commented 1 year ago

Thanks for the feedback. This is an interesting idea. I'll think about it and consider adding it in a future version

gh123man commented 1 year ago

Not exactly "pull up" to load more, but I have written another library (that works well with this library) to support loading more content as you scroll down. You can check it out here.

https://github.com/gh123man/ScrollViewLoader

Otherwise - I do not plan to add a "pull up" to load more to this library at this time.