ListTransferDestinationController

extension ListTransferDestinationController

Transfer method list table view dataSource and delegate

  • Declaration

    Swift

    @MainActor
    override public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int
  • Declaration

    Swift

    @MainActor
    override public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell
  • To select the transfer method

    Declaration

    Swift

    @MainActor
    override public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath)
  • Declaration

    Swift

    @MainActor
    override public func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView?
  • Declaration

    Swift

    @MainActor
    override public func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat

ListTransferDestinationView delegate

  • The callback to refresh create transfer

    Declaration

    Swift

    @MainActor
    override public func didFlowComplete(with response: Any)