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