Contents

listPlainCellConfiguration

Creates the default configuration you use to style a cell in a plain list.

Declaration

+ (instancetype) listPlainCellConfiguration;

Return Value

The default configuration for a cell in a plain list.

Discussion

Create this configuration to update the styling for the background of a cell in a list. When you apply this configuration to a cell, the background of the cell matches the system default styling for a plain cell, including highlighted and selected states.

For an appearance consistent with system defaults, use this background configuration for a cell in these contexts:

See Also

Creating cell background configurations