CollectionViewCellConfigurator
protocol CollectionViewCellConfigurator : CollectionViewCellConfiguratorAny, Hashable
Undocumented
-
Undocumented
Declaration
Swift
associatedtype CellType : UICollectionViewCell -
Undocumented
Declaration
Swift
func configure(cell: CellType) -
viewAnyTypeExtension methodUndocumented
Declaration
Swift
var viewAnyType: UICollectionViewCell.Type { get } -
configureAny(cell:Extension method) Undocumented
Declaration
Swift
func configureAny(cell: UICollectionViewCell) -
hashValueExtension methodDeclaration
Swift
var hashValue: AnyHashable { get }