TOCropViewController
TOCropViewController copied to clipboard
Maintain the same zoom scale when cycling aspect ratios
selecting different aspect ratio sizes keeps zooming in on photo, should try to keep photo similar size as much as possible on screen with just changing crop area so user wont have to keep zooming out
I have got this issue too. when assigning custom aspect ratio. Image keeps zooming in
I also have the same Issue. When setting a custom aspect ratio to photo, when rotating the image it keeps on zooming in. It should just adjust to the width and height.
Thanks for the feedback folks! That sounds like a great idea!
I don't have time to add anything more than bug fixes here, so I'd definitely like to ask you consider filing a PR.
The relevant location in the code is here: https://github.com/TimOliver/TOCropViewController/blob/master/Objective-C/TOCropViewController/Views/TOCropView.m#L1404
Thanks! :)