Skip to content

Instantly share code, notes, and snippets.

@RosayGaspard
Created January 22, 2020 08:25
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 RosayGaspard/a96e29d5448d50e46043da3456849695 to your computer and use it in GitHub Desktop.
Save RosayGaspard/a96e29d5448d50e46043da3456849695 to your computer and use it in GitHub Desktop.
Frame setting to make view take full width in SwiftUI
Text("My text")
.frame(minWidth: 0, maxWidth: .infinity, alignment: .leading)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment