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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When "cards" count equals 1 or 2, the grid does not show the images of either asset. Only the title and subtitle get displayed.
Example when card count = 1
Example when card count = 2
Example of card count = 3
The text was updated successfully, but these errors were encountered:
I encounter this problem, when the grid only has a single row - no matter how many items (e.g landscape on iPad)
Also: If you rotate the device from landscape to portrait and back to landscape, the items are displayed like expected.
Sorry, something went wrong.
Hi, I also encounter this problem. Just use .fixedSize(horizontal: false, vertical: true) for your view inside a WaterfallGrid(content: id:)
.fixedSize(horizontal: false, vertical: true)
@lincelon Your comment is really useful, It works well for me. Could you explain why adding that line helps?
No branches or pull requests
When "cards" count equals 1 or 2, the grid does not show the images of either asset. Only the title and subtitle get displayed.
Example when card count = 1
Example when card count = 2
Example of card count = 3
The text was updated successfully, but these errors were encountered: