关于UILabel事件的问题
我在 UITableViewCell 中有一些 UILabel 。我的目的是当我触摸特定的 UILabel 时调用一个函数。请给我一个思路。 谢谢。
I hava some UILabel in UITableViewCell. My purpose is to call a function when I touch the specific UILabel. Please give me the train of thought.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
UILabel 是 UIResponder 的子类。您可以重写以下这些方法来处理触摸。
UILabel is a subclass of UIResponder. You can override the these following methods to handle touches.