camera-overlay

UIImagePicker cameraOverlayView appears on Retake screen

青春壹個敷衍的年華 提交于 2019-11-27 14:02:04
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 camera in order to capture a video, he can see an overlay on the camera. When the user stops capturing, and is being moved to the "cancel or Retake" screen of the UIImagePicker, the cameraOverlayView is still visible. any ideas on how to not display the overlay in the "retake or cancel" screen? Solved by signing up to NSNotificationCenter, and listening to @"_UIImagePickerControllerUserDidCaptureItem" and @"

UIImagePicker cameraOverlayView appears on Retake screen

半腔热情 提交于 2019-11-26 16:35:01
问题 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 camera in order to capture a video, he can see an overlay on the camera. When the user stops capturing, and is being moved to the "cancel or Retake" screen of the UIImagePicker, the cameraOverlayView is still visible. any ideas on how to not display the overlay in the "retake or cancel" screen? 回答1: Solved by signing up to