Reputation: 5323
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,
Upvotes: 1
Views: 893
Reputation: 16337
Try the cameraViewTransform
property of the UIImagePickerController.
Upvotes: 2