Skip to content

Instantly share code, notes, and snippets.

@Nirajpaul2
Last active August 14, 2022 07:09
Show Gist options
  • Save Nirajpaul2/cc9f3ae3aeaf43bc3e115423e13b3acd to your computer and use it in GitHub Desktop.
Save Nirajpaul2/cc9f3ae3aeaf43bc3e115423e13b3acd to your computer and use it in GitHub Desktop.
LazyGridViewThreeColumn
ScrollView {
      LazyVGrid(columns: threeColumnGrid) {
          // Display the item
      }
 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment