gpt4 book ai didi

ios - UITableViewCell 的内容

转载 作者:行者123 更新时间:2023-11-28 12:47:19 25 4
gpt4 key购买 nike

我在 TableView 中有一个 Cell。该单元格连接到一个数组,因此它会在 App 中显示孔列表。现在我想根据您单击的单元格创建一个 switch 语句。像这样:

switch Cell {

case "first":
variable = "1"

default:
variable = "0"

}

到这里为止一切正常,甚至 switch 语句也可以,但它不是基于 Cell 的内容。开关本身正在工作,因为在我的 SecondViewController 上我总是看到“0”。那么我必须在 switch 语句中将哪些参数放在 Cell 后面,以获取涉及的 Cell 的内容?

最佳答案

实现 UITableViewDelegate 函数 tableView:didSelectRowAtIndexPath:。当您选择一个单元格时将调用此方法,并且该单元格的索引将在 indexPath.row 中找到。从那里您可以根据选择的单元格更改行为。

关于ios - UITableViewCell 的内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37620766/

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