gpt4 book ai didi

ios - 在 Swift 4 UITableView 中的选定行上添加/删除多个复选标记

转载 作者:行者123 更新时间:2023-11-28 12:01:02 24 4
gpt4 key购买 nike

<分区>

询问是因为所有可用的解决方案都适用于 Swift 3。另外,我正在处理一个问题,当我在突出显示 + 选择一行后上下滚动时,也会检查(但不突出显示)以相同 indexPath(滚动后)出现的新行。

func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {    
if let cell = tableView.cellForRow(at: indexPath) {
cell.accessoryType = .checkmark
}
}
func tableView(_ tableView: UITableView, didDeselectRowAt indexPath: IndexPath) {
if let cell = tableView.cellForRow(at: indexPath) {
cell.accessoryType = .none
}
}

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