I have been searching around for a long time now trying to find a custom UIImagePickerController-like library that enables custom crop sizes. I've also read a number of posts on this site and others:
- Custom image crop in IOS
- UIImage: Resize then crop
- Cropping a UIImage
- Custom crop rect for UIImagePickerController
As you'll notice most of the questions address how to effectively crop an image once you have the resource, but most don't address a custom crop rect. There are plenty of other answers that all point to Apple's documentation which states that you can't modify their UIImagePickerController to have custom crop size. That's great to know, however I find it absurd that there isn't a library on the web that enables custom crop rects. Is there really no resource anywhere?!?!?
I would pay money to have a good library for this. Does anybody know of one?