You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: