Skip to content

Instantly share code, notes, and snippets.

@JanGorman
Created March 28, 2020 10:40
Show Gist options
  • Save JanGorman/d8a53cb42eb5f9438b23a04765a1420d to your computer and use it in GitHub Desktop.
Save JanGorman/d8a53cb42eb5f9438b23a04765a1420d to your computer and use it in GitHub Desktop.
extension View {
func debug() -> Self {
print(Mirror(reflecting: self).subjectType)
return self
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment