touchesBegan for UITable's Cell

Posted by Jonathan on Stack Overflow See other posts from Stack Overflow or by Jonathan
Published on 2010-05-04T19:25:54Z Indexed on 2010/05/04 19:28 UTC
Read the original article Hit count: 246

Filed under:
|
|
|

How can I use touchesbegan in a table's cell without having to subclass a whole cell. Something like addTarget..... which is available for a UIButton?

(in vb.net this would be like AddHandler I think)

© Stack Overflow or respective owner

Related posts about touches

Related posts about iphone