Skip to content

Instantly share code, notes, and snippets.

@nathangross
Last active September 16, 2019 18:49
Show Gist options
  • Select an option

  • Save nathangross/9566a2479440af6d563e9eaf74dd85b0 to your computer and use it in GitHub Desktop.

Select an option

Save nathangross/9566a2479440af6d563e9eaf74dd85b0 to your computer and use it in GitHub Desktop.
VStack {
VStack(alignment: .leading) {
Text("A Warm Welcome for SwiftUI")
.font(.title)
.foregroundColor(Color.red)
Text("Written by Nathan Gross")
.font(.subheadline)
.foregroundColor(Color.gray)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment