Draw a cross at center of a UIImagePickerController.
- by VansFannel
Hello.
I'm very new on iPhone development. I'm trying to draw a cross over the image obtained from camera.
I'm using a custom ViewController that inherits from UIImagePickerController.
When I star the application, I see the cross, but a few seconds after the cross disappears.
Should I use cameraOverlayView?
Thank you