swiftui vstack alignment to top code example Example: swiftui vstack alignment VStack(alignment: .leading) { Text("SwiftUI") Text("rocks") }