Hey guys, I have a little issue here. I need my users to be able to select 4 different points in an image, and then, based on those points, draw a rectangle and crop the image to that rectangle.
Now, I've tried the method in UIImagePickerView that let's you edit the image, but I find it's very limited, and isn't exactly perfect for my needs.
I think I'd be able to handle the cropping to the rectangle part, since there seems to be lots of documentation on the internet about that. But after searching, I still can't find a good way for a user to draw a rectangle (or a shape, for that matter) on a UIImageView.
Any help is appreciated!
Thanks