Skip to content

Instantly share code, notes, and snippets.

@culjo
Created June 27, 2019 02:02
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 culjo/bbf09fa20cb10dac385a7bf58a2bdec7 to your computer and use it in GitHub Desktop.
Save culjo/bbf09fa20cb10dac385a7bf58a2bdec7 to your computer and use it in GitHub Desktop.
A the second snippets from the swift login tutorial
Image("logo")
.resizable() // make the image resizable
.aspectRatio(contentMode: ContentMode.fit)
.frame(width: 74.0, height: 74.0) // constraints the image to a specified width and height
.padding(Edge.Set.bottom, 20) // Adds a 20 space padding to the bottom of the image
Text("Login").bold().font(.title) // text with bold and title font
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment