views:

119

answers:

2
+1  Q: 

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?

A: 

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.

phunehehe
+1  A: 

You can use invisible buttons.

Erik