backgroundColor
The view’s background color.
Declaration
@NSCopying var backgroundColor: UIColor? { get set }Discussion
Changes to this property can be animated. The default value is nil, which results in a transparent background color.
The view’s background color.
@NSCopying var backgroundColor: UIColor? { get set }Changes to this property can be animated. The default value is nil, which results in a transparent background color.