tags:

views:

14

answers:

1

Hi,

I am working on a app where i need to get a image from camera but before that i want to allow cropping of the image. I am using UIImagePickerControllerCropRect in UiImagePicker to get the cropped rectangle. I am able to get the original image from the picker but i am not able to crop it using UIImagePickerControllerCropRect. Can someone help me?

Thanks

A: 

this support question is similar http://discussions.apple.com/thread.jspa?threadID=1808549

Aaron Saunders