AddTransferMethodController
extension AddTransferMethodController
-
Returns the title for header
Declaration
Swift
override public func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String?
-
Returns the header view
Declaration
Swift
override public func tableView(_ tableView: UITableView, willDisplayHeaderView view: UIView, forSection section: Int)
-
Returns the title for footer
Declaration
Swift
override public func tableView(_ tableView: UITableView, titleForFooterInSection section: Int) -> String?
-
Returns the height of header
Declaration
Swift
override public func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat
-
Returns height of row
Declaration
Swift
override public func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat
-
Returns tableview section count
Declaration
Swift
override public func numberOfSections(in tableView: UITableView) -> Int
-
Returns fields count to add transfer method
Declaration
Swift
override public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int
-
Display’s the fields to add transfer method
Declaration
Swift
override public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell
-
Scrollview delegate
Declaration
Swift
override public func scrollViewDidEndScrollingAnimation(_ scrollView: UIScrollView)
-
Tableview delegate for footer view
Declaration
Swift
override public func tableView(_ tableView: UITableView, willDisplayFooterView view: UIView, forSection section: Int)