views:

106

answers:

1

Hello,

I need to have a preview of the camera but not in fullscreen. Actually I need to resize the camera view to manage place for my overlay view. I need a resize camera view and not a truncated one.

Do you have any ideas/pointers to achieve this?

Thanks for your help :)

Regards,

+1  A: 

Try the cameraViewTransform property of the UIImagePickerController.

Amorya