SKBounceAnimation icon indicating copy to clipboard operation
SKBounceAnimation copied to clipboard

subviews will not autoresize even if with UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidth;

Open yanjunz opened this issue 13 years ago • 3 comments

In Size Bounce example, I create a subview with autoResizingMask=UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidth, in the animation, the subview stay the same size unexpected.

what I want is it is auto resizing according to the size of parent view.

yanjunz avatar Apr 01 '13 09:04 yanjunz

Can you create a project that I can download and test?

khanlou avatar Apr 01 '13 12:04 khanlou

@khanlou I have forked and create a task branch named issue_10 in my repo. https://github.com/yanjunz/SKBounceAnimation/tree/issue_10

Thanks for your kindly help:)

yanjunz avatar Apr 03 '13 03:04 yanjunz

That's bizarre! I need some time to work and think about this. My guess is it has to do with the bounds/frame distinction. I'll let you know if I come up with something.

khanlou avatar Apr 03 '13 14:04 khanlou