Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pviews output incorrectly #44

Closed
chml opened this issue May 29, 2014 · 2 comments
Closed

pviews output incorrectly #44

chml opened this issue May 29, 2014 · 2 comments

Comments

@chml
Copy link

chml commented May 29, 2014

  • pviews
(lldb) pviews 0x177d6310
resize = RM+BM; userInteractionEnabled = NO; layer = <CALayer: 0x177d5b60>>
   | <UIView: 0x177d7190; frame = (0 84; 320 0.5); autoresize = RM+BM; layer = <CALayer: 0x177d6db0>>
  • po `-recursiveDescription`
    
(lldb) po [0x177d6310 recursiveDescription]
<HYSelectOneWayShipHeaderView: 0x177d6310; frame = (0 0; 320 85); autoresize = W+H; layer = <CALayer: 0x177d6440>>
   | <UILabel: 0x177d6610; frame = (10 38; 85 47); text = '2014-05-29'; clipsToBounds = YES; opaque = NO; autoresize = RM+BM; userInteractionEnabled = NO; layer = <CALayer: 0x177d66c0>>
   | <UIButton: 0x177d66f0; frame = (0 0; 160 37); opaque = NO; autoresize = RM+BM; layer = <CALayer: 0x177d5880>>
   |    | <UIImageView: 0x177e18d0; frame = (21 13; 6 11); clipsToBounds = YES; opaque = NO; userInteractionEnabled = NO; layer = <CALayer: 0x177e1950>>
   |    | <UIButtonLabel: 0x177dbc90; frame = (62 10; 42 17); text = '前一天'; clipsToBounds = YES; opaque = NO; userInteractionEnabled = NO; layer = <CALayer: 0x177dbd40>>
   | <UIButton: 0x1751f580; frame = (160 0; 160 37); opaque = NO; autoresize = RM+BM; layer = <CALayer: 0x1751f680>>
   |    | <UIImageView: 0x1751cfd0; frame = (136 13; 6 11); clipsToBounds = YES; opaque = NO; userInteractionEnabled = NO; layer = <CALayer: 0x1751cf60>>
   |    | <UIButtonLabel: 0x177d84c0; frame = (57 10; 42 17); text = '后一天'; clipsToBounds = YES; opaque = NO; userInteractionEnabled = NO; layer = <CALayer: 0x177d8570>>
   | <UIView: 0x1751e760; frame = (160 0; 0.5 37); autoresize = RM+BM; layer = <CALayer: 0x1751e7c0>>
   | <UIView: 0x1751e690; frame = (0 36; 320 0.5); autoresize = RM+BM; layer = <CALayer: 0x1751e660>>
   | <UILabel: 0x1751e5b0; frame = (128 38; 85 47); text = '广州
番禺莲花山'; clipsToBounds = YES; opaque = NO; autoresize = RM+BM; userInteractionEnabled = NO; layer = <CALayer: 0x1751e580>>
   | <UILabel: 0x1751e370; frame = (231 37; 85 47); text = '香港
港澳码头'; clipsToBounds = YES; opaque = NO; autoresize = RM+BM; userInteractionEnabled = NO; layer = <CALayer: 0x1751e340>>
   | <UIImageView: 0x1751e180; frame = (215 57; 15 8); autoresize = RM+BM; userInteractionEnabled = NO; layer = <CALayer: 0x1751e150>>
   | <UILabel: 0x177d7480; frame = (93 38; 40 47); text = '周四'; clipsToBounds = YES; opaque = NO; autoresize = RM+BM; userInteractionEnabled = NO; layer = <CALayer: 0x177d5b60>>
   | <UIView: 0x177d7190; frame = (0 84; 320 0.5); autoresize = RM+BM; layer = <CALayer: 0x177d6db0>>
@mattjgalloway
Copy link
Member

@CHMin9 Any idea how to reproduce this? Do you have a project that reliably reproduces it?

@kastiglione
Copy link
Contributor

@chml I'm going to close this since it's inactive, but if you have some code that allows us to reproduce this, please reopen, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants