Contents

selectedTextColor

The color of the title text when the cell is selected.

Declaration

@property (nonatomic, strong) UIColor * selectedTextColor;

Discussion

If the value of property is nil (the default), the color of text in a selected cell is white.

See Also

Deprecated