gpt4 book ai didi

swift - 通过部分来处理 UITableViewCell 中的单击 UISwitch - Swift

转载 作者:行者123 更新时间:2023-11-28 07:20:40 25 4
gpt4 key购买 nike

<分区>

我正在 UITableViewCell 中使用 UISwitch 并且我正在传递 row 如下所示:

.....
cell.swcSelectCourse.tag = indexPath.row
cell.swcSelectCourse.addTarget(self, action: #selector(handleSWCSelectCourse(sender:)), for: .valueChanged)
.....

@objc func handleSWCSelectCourse(sender: UISwitch){
let row = sender.tag
let section = ?????
let selectedIndex = IndexPath(row: row, section: ????)
}

但我现在需要 section,如何将 section 传递给 @objc func handleSWCSelectCourse

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