-
Notifications
You must be signed in to change notification settings - Fork 83
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
Rotation #2
Comments
Hi jhollez, I have the same problem, got any idea? |
Anyone updated the code to fix this yet? I am experiencing the same issue. |
Any luck? Having the same issue. |
I'm happy to take a look at any pull requests that fix the issue. Unfortunately this code was written for a portrait-only app, so it may not be trivial to make the change. |
The problem is that frame is used instead of bounds, and frame becomes On Tue, Jan 15, 2013 at 10:03 AM, Stephen Poletto
|
ok thanks guys. Any help would be great. |
Heya, Rotation works perfect for me. One thing I fixed in the code is that if you rotate and your frames height/width suddenly become smaller than minwidth/height it wouldn't let you resize, that might be one of the issues. I don't think I changed anything else but I might have absently minded changed something. Also I set all the UIautoresize stuff to yes and have the parent set to yes resize subviews. Here's the code sorry for paste bin, I'm a noob at github and didn't feel like figuring it out today. |
Wow thank you! I will check this out when I get home. This is a huge help. Sent from my iPhone On Jan 30, 2013, at 9:07 PM, meese [email protected] wrote:
|
did you use the pastebin version? |
Yep.. I've tried ti use ti but it doesn't work :( |
The frame rotates but when I drags bounds after rotation the frame collapses! |
I have added solution to support transforms: https://github.com/pionl/SPUserResizableView |
If you rotate the view, the resizing no longer works
The text was updated successfully, but these errors were encountered: