Skip to content

Instantly share code, notes, and snippets.

@ren6
Created June 15, 2019 06:57
Show Gist options
  • Save ren6/25ba7b4632b5fef47766c38b1c0538d5 to your computer and use it in GitHub Desktop.
Save ren6/25ba7b4632b5fef47766c38b1c0538d5 to your computer and use it in GitHub Desktop.
var body: some View {
VStack{
Text("World Time").font(.system(size: 30))
Text("Yet another subtitle").font(.system(size: 20))
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment