I'm using UIImagePickerController
for profile image and the original image was
Now, I'm editing the image in UIImagePickerController
as
But, the editedImage
frame from the UIImagePickerController
is slightly different from the image frame what I cropped
If you can compare the the images, during cropping and after cropping, there I cropped the image upto text "GIVE", but in the final image it has text "NEVER". Is there any properties I need to change in UIImagePickerController
to get correct image as cropped or it is default from the OS itself?