WaterfallGrid
WaterfallGrid copied to clipboard
Lazy loading
Does this library support lazy loading where it doesn't load everything upfront but instead loads just visible elements?
Thank you!
Any updates?
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?