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

Add method to flip image horizontally (around vertical axis) #567

Open bivant opened 3 months ago

bivant commented 3 months ago

Update the example project to have a button that triggers this function (in the top right corner of the screen as bottom bar is full)

TimOliver commented 3 months ago

Thanks a lot for the PR @bivant! Let me think about this one for a bit. By adding an extra parameter to all the delegates and callbacks, it might break compatibility for a lot of folks.

That might be necessary, but I'm wondering if we can make this a bit more non-obtrusive. Thanks!