TOCropViewController
TOCropViewController copied to clipboard
Strange behaviour while rotating cropped image with aspectRatio while the flag aspectRatioLockDimensionSwapEnabled = true.
Hi, I'm using your framework in my app, it's cool, but I found some small issues.
Steps:
- Present cropViewController with aspectRatioLockDimensionSwapEnabled = true.
- Crop the image.
- Set aspect ratio to square.
- Rotate.
While rotating, the image can change the selection area and can make space between the border and the image. Is that supposed to be?