Contents

groupedFooterConfiguration

Creates the default configuration you use to style a footer in a grouped list.

Declaration

+ (instancetype) groupedFooterConfiguration;

Return Value

The default configuration for a footer in a grouped list.

Discussion

Create this configuration to update the content and styling of a footer in a table view or collection view list.

For an appearance consistent with system defaults, display your footer in a table view or collection view list that you configure with one of the following enumeration cases:

Configure the background of your footer using one of the UIBackgroundConfiguration options below. Match the background of your footer to the corresponding table view or collection view styles as follows:

Background configuration option

Matching table view or collection view styles

Listgroupedheaderfooterconfiguration

Grouped, Insetgrouped, Uicollectionlayoutlistappearancegrouped, Uicollectionlayoutlistappearanceinsetgrouped

See Also

Creating header and footer configurations