Contents

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.

See Also

Customizing the background