Interface: ExtensionCollectionViewCellHandler¶
Hierarchy¶
-
NSObjectProtocol -
ExtensionCollectionViewCellHandler
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Currently none inherited from the parent class(es).
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