Created
August 15, 2013 08:23
-
-
Save odrobnik/6239208 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 [self.view recursiveDescription] | |
<UIScrollView: 0x8b96320; frame = (0 0; 320 568); clipsToBounds = YES; autoresize = W+H; gestureRecognizers = <NSArray: 0x8b990c0>; layer = <CALayer: 0x8b96530>; contentOffset: {0, 0}> | |
| <_UILayoutGuide: 0x8b96720; frame = (0 0; 0 20); hidden = YES; layer = <CALayer: 0x8b96790>> | |
| <_UILayoutGuide: 0x8b96ac0; frame = (0 0; 0 0); hidden = YES; layer = <CALayer: 0x8b96b30>> | |
| <UIImageView: 0x8b98b70; frame = (316.5 561; 3.5 7); alpha = 0; opaque = NO; autoresize = LM; userInteractionEnabled = NO; layer = <CALayer: 0x8b98c50>> | |
| <UIImageView: 0x8b98330; frame = (313 564.5; 7 3.5); alpha = 0; opaque = NO; autoresize = TM; userInteractionEnabled = NO; layer = <CALayer: 0x8b986c0>> | |
| <ContentView: 0x8b99eb0; frame = (0 0; 2000 2000); layer = <DTTiledLayerWithoutFade: 0x8b95c80>> | |
(lldb) po self.view.constraints | |
<__NSArrayM 0x8a67630>( | |
<_UILayoutSupportConstraint:0x8b96f10 V:[_UILayoutGuide:0x8b96720(20)]>, | |
<_UILayoutSupportConstraint:0x8b94d20 V:|-(0)-[_UILayoutGuide:0x8b96720] (Names: '|':UIScrollView:0x8b96320 )>, | |
<_UILayoutSupportConstraint:0x8b98b30 V:[_UILayoutGuide:0x8b96ac0(0)]>, | |
<_UILayoutSupportConstraint:0x8b96fb0 _UILayoutGuide:0x8b96ac0.bottom == UIScrollView:0x8b96320.bottom> | |
) | |
(lldb) po _contentView.constraints | |
<__NSArrayM 0x8a67660>( | |
) | |
(lldb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment