开发者

Question about Event of UILabel

I hava some UILabel in UITableViewCell. My purpose is to call a function when I touch the specific UILabel. Please give me t开发者_StackOverflow中文版he train of thought. Thanks.


UILabel is a subclass of UIResponder. You can override the these following methods to handle touches.

– touchesBegan:withEvent:
– touchesMoved:withEvent:
– touchesEnded:withEvent:
– touchesCancelled:withEvent:
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜