TOCropViewController icon indicating copy to clipboard operation
TOCropViewController copied to clipboard

Strange behaviour while rotating cropped image with aspectRatio while the flag aspectRatioLockDimensionSwapEnabled = true.

Open alexey-serdykov opened this issue 5 years ago • 0 comments

Hi, I'm using your framework in my app, it's cool, but I found some small issues.

Steps:

  1. Present cropViewController with aspectRatioLockDimensionSwapEnabled = true.
  2. Crop the image.
  3. Set aspect ratio to square.
  4. 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?

Crop

alexey-serdykov avatar Sep 17 '19 12:09 alexey-serdykov