Skip to content

Instantly share code, notes, and snippets.

@alyssoncm
Created September 18, 2019 17:22
Show Gist options
  • Save alyssoncm/588c7943c4ec6b44e508afb5c97a5f6a to your computer and use it in GitHub Desktop.
Save alyssoncm/588c7943c4ec6b44e508afb5c97a5f6a to your computer and use it in GitHub Desktop.
vStack
struct ProfileView: View {
var body: some View {
GeometryReader { geometry in
VStack(alignment: .leading){
HStack{
Text("username")
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment