views:

9

answers:

1

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