Draw a cross at center of a UIImagePickerController.

Posted by VansFannel on Stack Overflow See other posts from Stack Overflow or by VansFannel
Published on 2010-06-11T15:02:49Z Indexed on 2010/06/11 19:42 UTC
Read the original article Hit count: 311

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

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c