Skip to content

Instantly share code, notes, and snippets.

@lahariganti
Last active November 10, 2020 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lahariganti/7d8da7dda0f62ba90298a975f03ef4a7 to your computer and use it in GitHub Desktop.
Save lahariganti/7d8da7dda0f62ba90298a975f03ef4a7 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