views:

63

answers:

2

How to make a zone where user can tap to do a specify action)? same below picture: alt text

Please help me!

+2  A: 

Put a transparent UIButton in that zone.

KennyTM
Hic, it so easy, I'm feel asshamed! Thank so much!
hungbm06
+1  A: 

The easiest way I think is to put there an instance of UIButton with UIButtonTypeCustom type (that is with no image and transparent background) and set showsTouchWhenHighlighted to NO.

Vladimir