tags:

views:

14

answers:

1

Hello all,

I wanted to know if there is anyway, I can customize the size of camera view while using UIImagePickerController. Like when I use the camera option to pick up the image, it takes the whole screen. Instead I want it to take just a square window of 250 by 250. So that rest of the stuff of the screen wont be affected, and you will see the view behind the iPhone by camera in just a small window assigned for the picture.

Is it possible.

+1  A: 

Here's an example for how to customize the camera overlay by Jason Job.

http://www.musicalgeometry.com/archives/821

or Just do a search for UIImagePickerController camera overlay

Jordan