Created
June 15, 2019 06:57
-
-
Save ren6/25ba7b4632b5fef47766c38b1c0538d5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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