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.73k stars 951 forks source link

Rotate Only Image not CropView should not resize according to imageview size. #171

Closed mowebkrunal closed 7 years ago

mowebkrunal commented 7 years ago

Hi, I want to rotate image only, Crop Area should not resize according to imageview size but fill imageview with CropView size. How do I do this in this library?

TimOliver commented 7 years ago

Hi! That's been requested and discussed here already: https://github.com/TimOliver/TOCropViewController/issues/51

It's not possible at the moment. The rotation feature mirrors the same functionality as the Photos app where the crop box rotates with the image. A PR is welcome if you want to try adding it yourself. :)

mowebkrunal commented 7 years ago

Oh ok. Thanks. I will do that in future when I get enough time.