开发者

How to overlay an image on camera view for iPhone? [duplicate]

This question already has an answer here: Ios creating simple camera overlay in Xcode how? (1 answer) Closed 5 years ago.

I am new to iphone developme开发者_JAVA技巧nt, and I want to make an application that will use the camera view as the background. Then I would like to put certain image overlays over the camera view. How would I go about doing this?


Use cameraOverlayView property when using UIImagePickerControllerSourceTypeCamera. This property is not available when using other sourceTypes though.

[picker setCameraOverlayView: someTransparentView];
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜