I want to add one view on to the camera.I have use below code for this.But not working.
picker.sourceType = UIImagePickerControllerSourceTypeCamera; //or album
[picker.cameraOverlayView addSubview:self.view];
[self presentModalViewController:picker animated:NO];
How it is possible?Anything is wrong in my code?