listSidebarCellConfiguration
Creates the default configuration you use to style a cell in a sidebar list.
Declaration
+ (instancetype) listSidebarCellConfiguration;Return Value
The default configuration for a cell in a sidebar 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 cell in a sidebar collection view list, including highlighted and selected states.
For an appearance consistent with system defaults, use this background configuration for a cell in a collection view list that you configure with the UICollectionLayoutListAppearanceSidebar or UICollectionLayoutListAppearanceSidebarPlain enumeration case.