gpt4 book ai didi

ios - 更改 UITableViewRowAction 中的单元格背景颜色

转载 作者:行者123 更新时间:2023-11-29 01:25:11 25 4
gpt4 key购买 nike

我正在使用 UITableViewRowAction 在 iOS Swift 2 中编辑表格。如果他们在操作按钮弹出后选择操作,我希望整个单元格(而不是按钮弹出窗口)的当前背景改变颜色。我尝试使用 dequeueReusableCellWithIdentifier 访问它,但没有任何反应。

let share = UITableViewRowAction(style: .Normal, title: "Showed Up?") { (action, indexPath) in

let cell = tableView.dequeueReusableCellWithIdentifier("secondtableCell", forIndexPath: indexPath)
cell.backgroundColor = UIColor.redColor()

...代码当然会在稍后继续关闭。除了颜色变化之外,一切都按预期工作。

最佳答案

您是否在ViewDidLoad 方法中注册了该类?如果没有,请继续这样做并告诉我你得到了什么。

self.tableViewController.tableView.registerClass(UITableViewCell.self, forCellReuseIdentifier: "Cell")

关于ios - 更改 UITableViewRowAction 中的单元格背景颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34094720/

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