ListTransferDestinationController
extension ListTransferDestinationController
Transfer method list table view dataSource and delegate
-
Declaration
Swift
override public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int
-
Declaration
Swift
override public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell
-
To select the transfer method
Declaration
Swift
override public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath)
-
Declaration
Swift
override public func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView?
-
Declaration
Swift
override public func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat
-
The callback to refresh create transfer
Declaration
Swift
override public func didFlowComplete(with response: Any)