<<< TextRow(){ row in
row.title = name
}.cellSetup{ cell, row in
cell.textLabel?.textColor = .white
cell.textLabel?.tintColor = .white
cell.tintColor = .white
}
None of the solutions above change the text color
Use cell.titleLabel and always change colors in cellUpdate, not cellSetup
Worked. Thanks
Most helpful comment
Use
cell.titleLabeland always change colors incellUpdate, notcellSetup