IPhone: Camera Preview Overlay

cameraiphoneuiimagepickercontrolleruiimageview

How do I add an overlay (UIImageView) to the camera preview and
handle touches on this?

My previous attempts to do this (e.g. use UIImagePickerController and add the image as a subview) have failed.

Best Answer

This tutorial explains it: http://www.musicalgeometry.com/?p=821

Just add a UIImage in the overlay view instead of the red area shown in the tutorial.

Related Topic