CreateTransferController

extension CreateTransferController
  • Returns tableview section count

    Declaration

    Swift

    override public func numberOfSections(in tableView: UITableView) -> Int
  • Returns number of rows

    Declaration

    Swift

    override public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int
  • Displays cell configuration

    Declaration

    Swift

    override public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell
  • Returns the title for header

    Declaration

    Swift

    override public func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String?
  • Returns the footer view of tableview

    Declaration

    Swift

    override public func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView?

Create transfer table view delegate

    • To select the transfer method

    Declaration

    Swift

    override public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath)

CreateTransferView implementation

  • To reload create transfer method

    Declaration

    Swift

    override public func didFlowComplete(with response: Any)