AP.
AP.

Reputation: 5323

resized uiimagepickercontroller

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

Upvotes: 0

Views: 686

Answers (1)

Amy Worrall
Amy Worrall

Reputation: 16337

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.

Upvotes: 2

Related Questions