Skip to content

Instantly share code, notes, and snippets.

@novinfard
Created June 29, 2021 00:01
Show Gist options
  • Save novinfard/738bf9aa5e4a231af87e878d57d54d4b to your computer and use it in GitHub Desktop.
Save novinfard/738bf9aa5e4a231af87e878d57d54d4b to your computer and use it in GitHub Desktop.
[Rotated Image in SwiftUI]
Image(systemName: "pencil.circle.fill")
.resizable()
.frame(width: 100, height: 100)
.rotationEffect(.degrees(90))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment