Skip to content

Instantly share code, notes, and snippets.

@davbeck
Created August 25, 2020 21:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davbeck/c5bc19ff2c8067ab3c5720a51a8d4920 to your computer and use it in GitHub Desktop.
Save davbeck/c5bc19ff2c8067ab3c5720a51a8d4920 to your computer and use it in GitHub Desktop.
struct ContentView: View {
var text: Text {
Text("Bacon ipsum dolor amet fatback rump beef ribs jerky pork loin strip steak.")
.font(.headline) +
Text("\nCorned beef t-bone leberkas ball tip tongue burgdoggen picanha swine porchetta flank hamburger strip steak tail pork. Filet mignon prosciutto venison tongue meatball shankle pancetta. Hamburger prosciutto turkey chicken venison tenderloin porchetta spare ribs burgdoggen cupim pork turducken. Short ribs andouille kielbasa short loin beef. Ham kevin pork loin bacon, pastrami turducken jowl pig venison pork shank beef picanha.")
.font(.body)
}
var body: some View {
text
.minimumScaleFactor(0.5)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment