Reputation: 1
I am trying to create an active image, similar to an image map but capable of zooming in and out using iPhone SDK
Upvotes: 0
Views: 45
Reputation: 21893
What you probably want is a UIScrollView containing a UIImageView and with clickable areas implemented with UIButtons in "custom" mode.
Upvotes: 1