【发布时间】:2012-07-20 08:37:45
【问题描述】:
目前我遇到了一个问题,我想在我的 UITableViewCell 上的 UIImageView 被点击时执行操作。
问题:我该怎么做?谁能给我看代码或教程?
提前致谢!
【问题讨论】:
-
将 UITapGestureRecognizer 添加到您的 UIImageView。
标签: objective-c ios cocoa-touch uitableview uigesturerecognizer