📝Just a note on this. The Grid is something the AI doesn’t seem to reach for as a layout solution.
It’ll try HStacks in VStacks, usually.
✨So an instruction in your steering/skill docs might be helpful, something like:
Even Column Spacing: When columns need equal spacing across rows, prefer Grid views over HStack with manual Spacers or fixed frames:
•Non-repeating rows (static, varied content): Use Grid with GridRow for precise column alignment.
•Repeating rows (dynamic lists, data-driven content): Use LazyVGrid/LazyHGrid with GridItem(.flexible()).