Skip to content

Instantly share code, notes, and snippets.

@scott-lydon
Created September 24, 2022 22:15
Show Gist options
  • Save scott-lydon/ba53d5db17fbfe9694697768f766b1cc to your computer and use it in GitHub Desktop.
Save scott-lydon/ba53d5db17fbfe9694697768f766b1cc to your computer and use it in GitHub Desktop.
struct TestText: View {
var body: some View {
HStack(alignment: .firstTextBaseline) {
Text("Hello world")
Spacer()
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment