Skip to content

Instantly share code, notes, and snippets.

@azamsharp
Created June 28, 2020 15:32
Show Gist options
  • Save azamsharp/370db7feef4deb21ed4c448876d04e95 to your computer and use it in GitHub Desktop.
Save azamsharp/370db7feef4deb21ed4c448876d04e95 to your computer and use it in GitHub Desktop.
NavigationView {
LazyVGrid(columns: columns) {
Rectangle()
.fill(Color.red)
.aspectRatio(contentMode: .fit)
Rectangle()
.fill(Color.red)
Rectangle()
.fill(Color.red)
}
.navigationTitle("LazyVGrid")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment