开发者

Customization of UIImagePickerController

开发者 https://www.devze.com 2023-03-25 17:08 出处:网络
I am working on camera application in which I want to set the screen of the camera i.e camera window appear for particular frame. And in front of camera screen the 开发者_开发百科cut out image is comi

I am working on camera application in which I want to set the screen of the camera i.e camera window appear for particular frame. And in front of camera screen the 开发者_开发百科cut out image is coming so that user can see the background through the cut out part of the image and capture the image. So any one know to do this i.e. customization of UIImagePickerController.


UIImagePickerController has a property named cameraOverlayView. Use this to set your camera overlay as any view you like. Use normal view transparency for letting the user see parts of the live camera view.

0

精彩评论

暂无评论...
验证码 换一张
取 消