gpt4 book ai didi

ios - accessoryButtonTappedForRowWithIndexPath 不适用于自定义按钮或标签

转载 作者:搜寻专家 更新时间:2023-10-30 22:59:49 25 4
gpt4 key购买 nike

override func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell {
let key = keyArray[indexPath.section-1]
let label = UILabel(frame: CGRectMake(0, 0, 26, 28))
label.center = CGPointMake(26, 28)
cell.accessoryView = label
}

override func tableView(tableView: UITableView, accessoryButtonTappedForRowWithIndexPath indexPath: NSIndexPath) {
print(indexPath)
}

为什么自定义标签或自定义按钮不调用 accessoryButtonTappedForRowWithIndexPath 。或者只有一种方法可以将 myButton 添加到单元格?

最佳答案

对于自定义按钮,您可以为特定事件添加目标,accessoryButtonTappedForRowWithIndexPath 不适用于自定义 View

请引用:

enter image description here

关于ios - accessoryButtonTappedForRowWithIndexPath 不适用于自定义按钮或标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35867281/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com