Apparently disliked it:
cell.textcolor = [UIColor whitecolor]; Do anyone know what is the best way to change the color of a cell text?
Edit after comment:
I'm using it now:
cell.textLabel.textColor = [UIColor whiteColor ];
But the color is still not changing, see the IB parameter:
cell.textLabel.textcolor = [UIColor whitecolor ];
Comments
Post a Comment