TimOliver / TOCropViewController

A view controller for iOS that allows users to crop portions of UIImage objects
http://www.timoliver.com.au/2015/06/21/tocropviewcontroller-an-open-source-image-cropper-for-ios/
MIT License
4.74k stars 955 forks source link

Cropping conflicts with Stage Manager window resize gesture #553

Open eowgrbihy opened 1 year ago

eowgrbihy commented 1 year ago

Describe the bug Cropping conflicts with Stage Manager window resize gesture

To Reproduce Steps to reproduce the behavior:

  1. Enable Stage Manager on an iPad
  2. Open TOCropViewController in any app, for example the example app
  3. Try to crop the image from bottom right corner
  4. Observe that it conflicts with Stage Manager’s gesture

Expected behavior It should not conflict with Stage Manager’s gesture.

Video https://vimeo.com/845853241

iOS Device:

TimOliver commented 7 months ago

Ahh. This is a really good point! Well caught!

I'll have to play with this when I get the chance to see what can be done about it.