textColor
The color of the title text.
Declaration
@property (nonatomic, strong) UIColor * textColor;Discussion
If the value of property is nil (the default), the color of text is black.
The color of the title text.
@property (nonatomic, strong) UIColor * textColor;If the value of property is nil (the default), the color of text is black.