Skip to content

Instantly share code, notes, and snippets.

@YGeorge
Created April 28, 2014 09:22
Show Gist options
  • Save YGeorge/11366531 to your computer and use it in GitHub Desktop.
Save YGeorge/11366531 to your computer and use it in GitHub Desktop.
for examining your view hierarchy
#ifdef DEBUG
NSLog(@"Cell recursive description:\n\n%@\n\n", [cell performSelector:@selector(recursiveDescription)]);
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment