Category "vstack"

Why is there a Gap between VStacks in SwiftUI?

A whiteness is seen in the area drawn with the red line. If I change the background color of the most inclusive Vstack, that white area changes. Deleting spacer

LazyVGrid inside a VStack inside a ScrollView among other elements causes a crash

Here's my view's code: ScrollView { VStack { someView LazyVGrid( columns: [ GridItem( .adap