Interface: ExtensionTableViewCellHandler¶
Hierarchy¶
-
any
-
ExtensionTableViewCellHandler
Summary¶
Methods¶
Class Methods¶
Inherited Methods¶
Methods¶
configureReusableCell¶
▸ configureReusableCell(tableViewCell
: UITableViewCell): any
Defined in src/SnowblindClientApplication/sapmdc-declarations/extension-tableviewcell-handler/ios.d.ts:4
Parameters:
Name | Type |
---|---|
tableViewCell |
UITableViewCell |
Returns: any
getReuseIdentifier¶
▸ getReuseIdentifier(): string
Defined in src/SnowblindClientApplication/sapmdc-declarations/extension-tableviewcell-handler/ios.d.ts:2
Returns: string
registerCellTo¶
▸ registerCellTo(tableView
: UITableView): any
Defined in src/SnowblindClientApplication/sapmdc-declarations/extension-tableviewcell-handler/ios.d.ts:3
Parameters:
Name | Type |
---|---|
tableView |
UITableView |
Returns: any