Create Space Between SwiftUI Views Without Using a Spacer
Daily Coding Tip 099

It’s hard to break a habit like putting a Spacer in the middle of a VStack or an HStack, adding space between two items at either end of the stack.
There is no need for this in many cases, as alignment can be used to place items in the stack independently of one another.


