Interface: ExtensionCollectionViewCellHandler¶
Hierarchy¶
-
any
-
ExtensionCollectionViewCellHandler
Summary¶
Methods¶
Class Methods¶
Inherited Methods¶
Currently none inherited from the parent class(es).
Methods¶
configureReusableCollectionCell¶
▸ configureReusableCollectionCell(tableViewCell: UICollectionViewCell): any
Parameters:
| Name | Type |
|---|---|
tableViewCell |
UICollectionViewCell |
Returns: any
getReuseCollectionIdentifier¶
▸ getReuseCollectionIdentifier(): string
Returns: string
registerCollectionCellTo¶
▸ registerCollectionCellTo(tableView: UICollectionView): any
Parameters:
| Name | Type |
|---|---|
tableView |
UICollectionView |
Returns: any