views:

31

answers:

2

Is there any way to define which area of a UIButton is clickable? In my case I would like to have PNGs with an alpha channel overlapping. These PNGs should act as buttons - but only where alpha is > 0. Is there a way?

Best Stefan

A: 

Don't do that. According to the Apple Human Interface Guidelines, all UI elements should behave in a consistent manner.

mcandre
+3  A: 

Check this out: Irregularly Shaped UIButtons

Douwe Maan