Skip to content

Instantly share code, notes, and snippets.

@alyssoncm
Last active September 18, 2019 17:21
Show Gist options
  • Save alyssoncm/7db80bbf28a2674c769610efd4a14a31 to your computer and use it in GitHub Desktop.
Save alyssoncm/7db80bbf28a2674c769610efd4a14a31 to your computer and use it in GitHub Desktop.
hstack
struct ProfileView: View {
var body: some View {
GeometryReader { geometry in
VStack{
HStack{
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment