Swiftui Vstack Alignment

[Solved] Swiftui Vstack Alignment | Swift - Code Explorer | yomemimo.com
Question : swiftui vstack alignment

Answered by : sleepy-shrike-nteoy2uah3h4

VStack(alignment: .leading) { Text("SwiftUI") Text("rocks")
}

Source : https://www.hackingwithswift.com/quick-start/swiftui/how-to-customize-stack-layouts-with-alignment-and-spacing | Last Update : Thu, 25 Feb 21

Answers related to swiftui vstack alignment

Code Explorer Popular Question For Swift