WaterfallGrid icon indicating copy to clipboard operation
WaterfallGrid copied to clipboard

Lazy loading

Open jeremyimmanuel opened this issue 4 years ago • 5 comments

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

Thank you!

jeremyimmanuel avatar Jul 27 '20 05:07 jeremyimmanuel

Any updates?

kennylugo avatar Aug 25 '20 05:08 kennylugo

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

andy-zhangtao avatar Aug 28 '20 09:08 andy-zhangtao

yeah .onAppear on elements would be awesome !

bootexe avatar Nov 19 '20 14:11 bootexe

@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

metrue avatar Feb 23 '21 00:02 metrue

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

YunusDeveloper avatar Jul 26 '21 12:07 YunusDeveloper