Contents

UICollectionViewCell.ConfigurationUpdateHandler

The type of block for handling updates to the cell’s configuration using the current state.

Declaration

typealias ConfigurationUpdateHandler = (UICollectionViewCell, UICellConfigurationState) -> Void

Parameters

  • cell:

    The collection view cell to configure.

  • state:

    The new state to use for updating the cell’s configuration.

See Also

Managing the state