ScheduleTransferController
extension ScheduleTransferController
-
Returns the title for header
Declaration
Swift
override public func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String?
-
Estimated height of header
Declaration
Swift
override public func tableView(_ tableView: UITableView, estimatedHeightForHeaderInSection section: Int) -> CGFloat
-
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 footer view of tableview
Declaration
Swift
override public func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView?