CollectionViewCellConfigurator

protocol CollectionViewCellConfigurator : CollectionViewCellConfiguratorAny, Hashable

Undocumented

  • Undocumented

    Declaration

    Swift

    associatedtype CellType : UICollectionViewCell
  • Undocumented

    Declaration

    Swift

    func configure(cell: CellType)
  • viewAnyType Extension method

    Undocumented

    Declaration

    Swift

    var viewAnyType: UICollectionViewCell.Type { get }
  • configureAny(cell:) Extension method

    Undocumented

    Declaration

    Swift

    func configureAny(cell: UICollectionViewCell)
  • hashValue Extension method

    Declaration

    Swift

    var hashValue: AnyHashable { get }