Skip to content

Instantly share code, notes, and snippets.

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