swift VStack

Swift
VStack {
	//whatever Views are inside the VStack
}HStack {
	//whatever Views are inside the HStack
}
Source

Also in Swift: