backgroundColor
The color of the background.
Declaration
@property (nonatomic, strong, nullable) 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.