Apparently this is deprecated:
cell.textColor = [UIColor whiteColor];
Does anyone know the best way to change the color of cell text?
Edit after comment:
Now I use this:
cell.textLabel.textColor = [UIColor whiteColor];
but the color still does not change, see IB parameters:

objective-c iphone
Finger twist
source share