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.68k stars 932 forks source link

Possibility to move the corners of the grid view. I.e. the grid view is not restricted to be a rectangle #498

Open john-work-ios opened 2 years ago

john-work-ios commented 2 years ago

Hello, thanks for this nice library!

Any possibility to let the user move the corners of the crop rectangle? I'd like to crop on quadrilaterals. The actually crop is something I believe I could do, but the UI for the user to define it is the hardest part.