Hello ,
Apparently this is deprecated :
cell.textColor = [UIColor whiteColor];
Does anyone know what the best way to change the color of a Cell Text ?
Edit after comment :
I'm now using this :
cell.textLabel.textColor = [UIColor whiteColor];
but the color is still not changing, see the IB parameters :