a full-screen UIImagePickerController with the right scale?
- by Kay
Hi, I'm customizing my image picker controller
and I want to have a full-screen viewfinder.
I think this might be pretty an old topic and I found an answer here:
http://www.gorbster.net/blog/archives/144
But what I want to know is if there's a way to achieve this without distorting the scale of the image.
If I scale that clipped preview image, I'm distorting its original x-y ratio, and I want to avoid it.
Is there a way to prevent the preview image from being clipped so that I could retain the original 1200x1600 ratio?
Thanks!