gpt4 book ai didi

swift - 在按钮函数 Swift 中访问 indexPath.row

转载 作者:行者123 更新时间:2023-11-28 11:54:10 26 4
gpt4 key购买 nike

<分区>

我正在尝试使用按钮删除选定的行。因此我需要 indexPath.row,我将值写入全局变量,但是当我在按钮中访问它时,它返回 nil 给我。

var selectedRow = ""

func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
let selectedEvent = myConversationRows[indexPath.row]
selectedRow = selectedEvent.id!
}

@IBAction func cancelConversation(_ sender: Any) {

print("selected")
print(self.selectedRow)
}

我想当我点击按钮时 didSelectRowAt 没有被触发。我尝试了不同的方法,但都不起作用。

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