SelectTransferMethodTypeController

extension SelectTransferMethodTypeController
  • Returns transfer method count

    Declaration

    Swift

    override public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int
  • Returns tableview section count

    Declaration

    Swift

    override public func numberOfSections(in tableView: UITableView) -> Int
  • Display transfer methods

    Declaration

    Swift

    override public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell

TableViewController delegate

  • Returns headerview

    Declaration

    Swift

    override public func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView?
  • Returns height of headerview

    Declaration

    Swift

    override public func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat
  • To select transfer method

    Declaration

    Swift

    override public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath)
  • This function will navigate back from next page and pass the control back to it’s caller

    Declaration

    Swift

    override public func didFlowComplete(with response: Any)