The background view of the header or footer.
SDKs
- iOS 6.0+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- UIKit
Declaration
@property(nonatomic, strong) UIView *backgroundView;
Discussion
The view in this property is placed behind the view in the content property and used to display static background content behind the header or footer. For example, you might assign an image view to this property and use it to display a custom background image.