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.
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.