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 954 forks source link

How to Enable Only 9:16 and 16:9 in Aspect Ratio Selection #599

Closed Rylaa closed 2 days ago

Rylaa commented 1 week ago

Hello, first of all, thank you very much for such a repo.

I can't add 9:16 and 16:9 in the selectable aspect ratio section. I couldn't understand the logic here. How should I proceed in the scenario where only these 2 are selectable?

Thank you