Creating A Preview Screen With A Custom Camera
问题 I'm creating an app where I made a custom overlay for the camera. I noticed that when I used the normal defaults for the camera, a preview comes up where you have the option to retake the photo or to use it. Is there an easy way to show that screen when working with custom overlays? Thanks! 回答1: Yes..... for this you have to create one camera overlay view programmatically . And then write this code... //set our custom overlay view imagePickerController.cameraOverlayView = overlayView;