Skip to content

Instantly share code, notes, and snippets.

@dllewellyn
Created January 9, 2021 09:56
Show Gist options
  • Save dllewellyn/d674a674a5a410b6d9102e7413b464e2 to your computer and use it in GitHub Desktop.
Save dllewellyn/d674a674a5a410b6d9102e7413b464e2 to your computer and use it in GitHub Desktop.
HStack(alignment: .center, spacing: nil) {
VStack(alignment: .leading, spacing: nil) {
Text(title)
.font(.title)
Text(subtitle)
.font(.subheadline)
}
Spacer()
Image(imageUrl)
.resizable()
.frame(width: 50, height: 50, alignment: .center)
}
.padding()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment