-
Notifications
You must be signed in to change notification settings - Fork 358
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
Rotate by 90 degrees and scroll view cannot scroll to full width of image #75
Comments
Hello there, did you already solve your problem? |
Not exactly, i found that the logic is floored and i came across many other scrollview examples that had the same problem. That is until i found Photo Tweaks a newly added repository, i haven't had a chance yet to review the code in great detail but it does achieve what i need |
thank for the info. yes, that is exactly what i need too.. except it looks like don't have keepCropAspectRatio.. :) |
Just out of interest what are you trying to achieve? I am developing a photo editor that replicates the ios 8 editor |
i only need crop controller like in iOS 8.. which detect image bounds.. :) thanks. |
When i try to rotate an image to 90 degrees, the image bounds are larger than the scrollview bounds and it seems that you cannot include the edges of the image in the crop
The text was updated successfully, but these errors were encountered: