Skip to content

Instantly share code, notes, and snippets.

@nickjshearer
Created April 11, 2013 08:52
Show Gist options
  • Save nickjshearer/5361836 to your computer and use it in GitHub Desktop.
Save nickjshearer/5361836 to your computer and use it in GitHub Desktop.
Sample recursive description
(lldb) po [[[UIApp delegate] window] recursiveDescription]
$6 = 0x0a596190 <UIWindow: 0xa58b880; frame = (0 0; 768 1024)[...]
| <UILayoutContainerView: 0xc0a8460; frame = (0 0; 768 1024)[...]
| | <UINavigationTransitionView: 0xc0aa8e0; frame = (0 0; 768 1024)[...]
| | | <UIViewControllerWrapperView: 0xc1b99f0; frame = (0 20; 768 1004)[...]
| | | | <UIView: 0xc1a96c0; frame = (0 0; 768 1004)[...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment