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

subviews will not autoresize even if with UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidth; #10

Open
yanjunz opened this issue Apr 1, 2013 · 3 comments

Comments

@yanjunz
Copy link

yanjunz commented Apr 1, 2013

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.

@khanlou
Copy link
Owner

khanlou commented Apr 1, 2013

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

@yanjunz
Copy link
Author

yanjunz commented Apr 3, 2013

@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:)

@khanlou
Copy link
Owner

khanlou commented Apr 3, 2013

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.

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

2 participants