I’m initializing a pretty simple custom camera the following way :
camview = [[CameraView alloc] initWithNibName:@"CameraView" bundle:nil];
camPicker.cameraOverlayView = camview.view;
camPicker.showsCameraControls = NO;
camPicker.allowsEditing = YES;
But when trying to touch the camera to focus, it won’t work.
Could you assist me with some tips as how to resolve this? I’ve tried googling and searching here on SO but found nothing useful .
Thanks!
Shai.
Using your code on an iPad 2 I was able to make it respond to focus touches by changing:
to: