Restaurant Photos LazyVGrid
SwiftUI Mastery Travel Discovery
Let's get ready to move onto a new section of the course where we want to render out a 3 column grid of photos. In this lesson, we'll first learn about the LazyVGrid component and how it works.

Comments (1)
Igor Tkach
2 years ago
The spacing between the GridItem for default 4, after you specify 0 instead the spacing still here, but you can manage to insert a negative value and it's vanish GridItem(.fixed(100), spacing: -4)
HELP & SUPPORT