Skip to content

Instantly share code, notes, and snippets.

@novinfard
Created April 26, 2021 20:25
Show Gist options
  • Save novinfard/7c6a1683386c339c47b5f71623ce9a2c to your computer and use it in GitHub Desktop.
Save novinfard/7c6a1683386c339c47b5f71623ce9a2c to your computer and use it in GitHub Desktop.
[Debug SwiftUI view type]
extension View {
func debug() -> Self {
print(Mirror(re􏰁ecting: self).subjectType)
return self
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment