Skip to content

Instantly share code, notes, and snippets.

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