gpt4 book ai didi

uitableview - 从明细 View (Back Segue)返回后如何禁用选定的表格单元格突出显示

转载 作者:IT王子 更新时间:2023-10-29 05:24:38 24 4
gpt4 key购买 nike

我的表格 View 单元格有问题。使用带有嵌入式导航 Controller 的 segue 从详细 View 返回到主 TableView 后,我无法禁用表单元格选择的突出显示。表格单元格仍处于选中状态。当我单击其中一个以显示详细信息时,我不希望表格单元格选择被禁用。我只想在从详细 View 返回后禁用它们。

最佳答案

我现在明白了。我是这样解决的。这是简单的理论。

We just deselect it when we select the row

func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
tableView.deselectRow(at: indexPath, animated: true)
}

关于uitableview - 从明细 View (Back Segue)返回后如何禁用选定的表格单元格突出显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28601724/

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