gpt4 book ai didi

ios - 如何在选择行时通过更改 UIView 来制作 messageRead 指示器?

转载 作者:行者123 更新时间:2023-11-28 16:04:06 25 4
gpt4 key购买 nike

我正在构建一个消息传递应用程序,并尝试创建一个类似于 iMessage 中的蓝点的 messageRead 指示器。当用户选择一行时,我将 UIView.background 设置为清除。但是,从详细 View 返回时单元格不会更新。我觉得我错过了一些明显的东西,但无法弄清楚。

override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {

let cell = tableView.cellForRow(at: indexPath) as! MessagePreviewCell
cell.customView.backgroundColor = UIColor.clear

}

最佳答案

您是否为您的 tableView 设置了委托(delegate)?

关于ios - 如何在选择行时通过更改 UIView 来制作 messageRead 指示器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40558615/

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