views:

73

answers:

1

Hello,

How to get a resized uiimagepickercontroller, I mean non fullscreen?

Thanks for your help :)

+1  A: 

I think it has to be full screen (that is, presented modally)… but you can add other views over the top by using cameraOverlayView. Combine that with scaling the camera feed's size with cameraViewTransform, and you can recreate bits of your UI inside the camera view itself.

Amorya