OCCamera icon indicating copy to clipboard operation
OCCamera copied to clipboard

Simple native camera control for iOS based on DIYCam.

Results 2 OCCamera issues
Sort by recently updated
recently updated
newest added

- (void)camera:(OCCameraViewController *)cameraViewController didTakePhoto:(NSString *)pathToPhoto { NSLog(@"took photo:%@", pathToPhoto); }

Hi Oliver. Its a great code. but i need dimissing the camera when I finish the record. i put this at delegate methods (didTakePhoto, didTakeVideo) ``` [self.OCViewController dismissViewControllerAnimated:YES completion:nil]; ```...