How to make a zone where user can tap to do a specify action)?
How to make a zone where user can tap to do a specify action)? same below pi开发者_运维百科cture:
Please help me!
Put a transparent UIButton
in that zone.
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.
精彩评论