We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here is my code:
Grid(store.state.categories, id: \.id, tracks: 2) { category in SectionView( text: category.name) }.gridContentMode(.scroll)
When I do it with List there is no issue, no lags. Would be happy if you can let me know if there is something that I missed.
List
Thanks
The text was updated successfully, but these errors were encountered:
Grid is based on ZStack view. Right now there is no ability to calculate layout for items by the order they appear. Items are created all at once.
Sorry, something went wrong.
Yeah I was really excited to find and start using this library, but with this issue the library is unusable in my app.
Any updates about this?
No branches or pull requests
Here is my code:
When I do it with
List
there is no issue, no lags. Would be happy if you can let me know if there is something that I missed.Thanks
The text was updated successfully, but these errors were encountered: