subviews will not autoresize even if with UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidth;
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.
Can you create a project that I can download and test?
@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:)
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.