I would like to customize my camera view like the screenshot instead of the default one.
Any suggestion?
I would like to customize my camera view like the screenshot instead of the default one.
Any suggestion?
Read the UIImagePickerController Class Reference. See cameraOverlayView and showsCameraControls properties. You can hide the controls, provide a custom overlay view, and add subviews to this custom view to add custom buttons, frames, etc.
If you need more control and more customisation have look at AVFoundation Also here is the sample from apple .