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.67k stars 929 forks source link

Option (totally new functionality) to just set a rectangle inside image #536

Open sabiland opened 1 year ago

sabiland commented 1 year ago

It would be really cool (at least for me) if there would be option to just set (with existing UI and gestures, etc.) a rectangle inside loaded image, and completion handler would just return this rectangle (CGRect).

For me it would be cool to have this, so user would easily specify rectangle inside which I could perform some drawing manually (drawing text, etc.).