Interface: ExtensionTableViewCellHandler¶
Hierarchy¶
-
NSObjectProtocol -
ExtensionTableViewCellHandler
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¶
configureReusableCell¶
▸ configureReusableCell(tableViewCell: UITableViewCell): any
Parameters:
| Name | Type |
|---|---|
| tableViewCell | UITableViewCell |
Returns: any
getReuseIdentifier¶
▸ getReuseIdentifier(): string
Returns: string
registerCellTo¶
▸ registerCellTo(tableView: UITableView): any
Parameters:
| Name | Type |
|---|---|
| tableView | UITableView |
Returns: any