Oh, I think I’ve found it. There’s lots of good layout information in “Building Custom Views with SwiftUI” from WWDC 2019.
Additionally, for future me, when I’m looking to solve layout problems, I would say that topics to be familiar with are:
layoutPriority
fixedSize
Spacer
GeometryReader
alignmentGuide
PreferenceKey protocol
The last two are pretty advanced and obscure mechanisms, but sometimes that’s what’s needed!
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: