I am trying to create an active image, similar to an image map but capable of zooming in and out using iPhone SDK
+1
A:
What you probably want is a UIScrollView containing a UIImageView and with clickable areas implemented with UIButtons in "custom" mode.
Dan Ray
2010-08-31 12:59:55