我在 myCustomCell 类中有 2 个 UIButton,它是 UITableViewCell 的子类。
黑色轮廓是由“ cellForRowAtIndex ”返回的单元格(UITableViewCell *)。此单元格包含“ myCustomCell ”作为子视图。' myCustomCell ' 有两个 UIButtons 和以下属性:
backgroundcolor = clearColor
opaque = NO
单击单元格中除两个红色框(UI 按钮)之外的任何位置时,我希望触发“ didSelectRowAtIndexPath ”。但是如果用户单击 UIButton,则只需要触发目标的选择器,而不是“didSelectRowAtIndexPath”。我怎样才能做到这一点?