I am struggling with a problem.
I am capturing a video, and i had put an UIImageView with an UIImage in it as the UIImagePicker CameraOverLay.
So when the user starts the c
Solved by signing up to NSNotificationCenter, and listening to @"_UIImagePickerControllerUserDidCaptureItem" and @"_UIImagePickerControllerUserDidRejectItem".