backgroundColor
The color of the background.
Declaration
@property (nonatomic, strong) UIColor * backgroundColor;Discussion
If the value is nil, the background color is the view’s tint color. Use clear for a transparent background with no color.
The color of the background.
@property (nonatomic, strong) UIColor * backgroundColor;If the value is nil, the background color is the view’s tint color. Use clear for a transparent background with no color.