Grids | raywenderlich.com

SwiftUI offers two types of grids: LazyHStacks, which expand horizontally, and LazyVStacks, which expand vertically. Grids only come in lazy variants.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/17314449-swiftui-layout-interfaces/lessons/5

It really seems a simple way to create lists of multiple items. Like a catalog with a lot of items. That’s cool!