Relative Content

Tag Archive for swiftui

LazyVGrid, but evenly spaced

I want to create a grid in SwiftUI that will have a max of 4 columns, which I can do. What I cannot figure out is how to evenly space those grid items without growing in width by adding space between and outside, similar to the way Spacer() would work in an HStack.