iPhone: Camera Preview Overlay

后端 未结 4 1118
借酒劲吻你
借酒劲吻你 2020-12-12 11:03

How do I add an overlay (UIImageView) to the camera preview and handle touches on this?

My previous attempts to do this (e.g. use UIImagePickerCon

4条回答
  •  攒了一身酷
    2020-12-12 11:42

    See the camera overlay view (available in 3.1 and later)

    @property(nonatomic, retain) UIView *cameraOverlayView
    

提交回复
热议问题