Created
April 11, 2013 08:52
-
-
Save nickjshearer/5361836 to your computer and use it in GitHub Desktop.
Sample recursive description
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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