Skip to content

Instantly share code, notes, and snippets.

@tanb
Last active December 20, 2015 12:09
Show Gist options
  • Select an option

  • Save tanb/6129356 to your computer and use it in GitHub Desktop.

Select an option

Save tanb/6129356 to your computer and use it in GitHub Desktop.
dump view hierarchy
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Warc-performSelector-leaks"
NSLog(@"%@", [view performSelector:NSSelectorFromString(@"recursiveDescription")]);
#pragma clang diagnostic pop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment