Mijick/GridView

Lazy problem

Opened this issue · 4 comments

I have a Mansory Grid UI in app. Does this library have a Lazy state for List?
And is it possible to solve the problem like in this post https://www.reddit.com/r/SwiftUI/comments/1bcsl41/match_geo_with_background_scroll/

Please help me answer.
Thanks @FulcrumOne

Hey @baronha, nice to see you again! ;)

Unfortunately it doesn't yet support it. We are currently collecting feedback and plan to return to this library at the end of April / beginning of May. However, lazy element loading is at the top of our backlog.

Regarding your latter question - yes this is possible. Here's the link of how this would look like: https://share.cleanshot.com/zx97mSxb

And here's a very dirty code example of how to achieve it:

CleanShot 2024-03-12 at 23 02 32

Hey @baronha, nice to see you again! ;)

Unfortunately it doesn't yet support it. We are currently collecting feedback and plan to return to this library at the end of April / beginning of May. However, lazy element loading is at the top of our backlog.

Regarding your latter question - yes this is possible. Here's the link of how this would look like: https://share.cleanshot.com/zx97mSxb

I'm glad that everything I use is available from you. It truly saved my life ✨✨✨

Haha, always. Thank you for testing our solutions!