Contents

itemSeparatorHandler

The closure that provides granular control over the list separator appearance of each item.

Declaration

var itemSeparatorHandler: UICollectionLayoutListConfiguration.ItemSeparatorHandler? { get set }

Discussion

The list section treats the configuration that returns from this closure as the final separator configuration for the item at the input index path.

See Also

Configuring separators