Mohammed Osman
Mohammed Osman

Reputation: 175

Custom UIButtons

I need to implement a view with clickable areas just like HTML image maps. The background of the view will be an image that fills the entire canvas and the boundaries of each clickable area are different is size and shape. What is the best scenario to do this in iPhone?

Upvotes: 1

Views: 248

Answers (2)

Erik
Erik

Reputation: 11

You can use invisible buttons.

Upvotes: 1

phunehehe
phunehehe

Reputation: 8778

well, you can bind actions to views as easily as to buttons, so you can just add a bunch of views as you like, then set the actions that you like in Interface Builder.

Upvotes: 0

Related Questions