I have a switched the cameracontrolls off, i mean
pickerCam.showsCameraControls=NO;
and i have custom capture button which does the capture functionality,
[pickerCam takePicture];
on click of this button the delegate will be called,
- (void)imagePickerController:(UIImagePickerController *)pi didFinishPickingMediaWithInfo:(NSDictionary *)info
Instead i need to implement custom 'Use' and 'Retake' option , how do i do that. Thanks in advance