Christopher Allen
Christopher Allen

Reputation: 1

iPhone Active Image

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

Answers (1)

Dan Ray
Dan Ray

Reputation: 21893

What you probably want is a UIScrollView containing a UIImageView and with clickable areas implemented with UIButtons in "custom" mode.

Upvotes: 1

Related Questions