Type Aliases

The following type aliases are available globally.

  • A cell configuration can decide if it can configure a given cell with an object or not. If true it can configure the cell with the object. A configuration can be registered at the collection view / table view with the configurations nib and reuse identifier for later dequeuing.

    Note

    Dequeuing a cell is not part of a configuration.

    See also

    CellConfiguring

    Declaration

    Swift

    public typealias CellConfiguration<Cell> = ReusableViewConfiguration<Cell, Cell.ObjectToConfigure> where Cell : ConfigurableCell