Skip to content

Instantly share code, notes, and snippets.

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