picker.showsCameraControls = NO;
picker.cameraOverlayView = someView;
As I will add some custom view to showCameraControls, then how can I switch in between modes, like native app of iphone switches between camera and recording, same as I want to switch between camera and one more camera having button on it, how can I do it?
Help !
This sample project shows you how to make your own custom overlay for the UIImagePickerController, and how to use it. For more info on what each of the properties and methods do for the UIImagePickerController, refer here. Hope that helps!