I am not a big fan of SwiftUI today.
I was fighting to create a moderately complex layout. VStack where each item is a Grid. Grids have empty cells. I had to do this nonsense to get the grid layout to be correct.
As a final step, I put the correct-looking VStack inside a vertical ScrollView. Expecting it to just work.
Nope. Everything went to sh*t, and the layout of the grids collapsed horizontally again into some nonsense.
🤬