Instance Property

contentView

The content view of the header or footer.

Declaration

@property(nonatomic, readonly, strong) UIView *contentView;

Discussion

To create your header or footer content, you add subviews to the view in this property. Your custom subviews represent the main content of your header or footer. It is your responsibility to configure all subviews.

See Also

Accessing the Content Views

backgroundView

The background view of the header or footer.