I thought that cameraOverlayView is designed to add something on the UIImagePickerViewController‘s resulting image. Looks like it is not. I know that I can take a snapshot of the cameraOverlayView and add it on top of the UIImagePickerViewController‘s output via UIGraphicsBeginImageContext() … UIGraphicsEndImageContext(), but I think that is not the preferred technique. Is there a […]
The post Adding cameraOverlayView on the resulting image of UIImagePickerViewController appeared first on BlogoSfera.