paololeonardi / WaterfallGrid

A waterfall grid layout view for SwiftUI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lazy loading

jeremyimmanuel opened this issue · comments

Does this library support lazy loading where it doesn't load everything upfront but instead loads just visible elements?

Thank you!

Any updates?

commented

I reference this article https://swiftui-lab.com/scrollview-pull-to-refresh implement pull reflash. Maybe you can try it.

yeah .onAppear on elements would be awesome !

@jeremyimmanuel
Maybe you can try LazyVGrid, but it seems like it's not easy to implement a waterfall (I mean the cells have different heights ) collection with it

Hey! Who has any idea to make this lazy loading?