a full-screen UIImagePickerController with the right scale?
Posted
by Kay
on Stack Overflow
See other posts from Stack Overflow
or by Kay
Published on 2010-05-20T23:05:59Z
Indexed on
2010/05/20
23:10 UTC
Read the original article
Hit count: 318
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!
© Stack Overflow or respective owner