ScheduleTransferController
extension ScheduleTransferController
-
Returns the title for header
Declaration
Swift
@MainActor override public func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String? -
Estimated height of header
Declaration
Swift
@MainActor override public func tableView(_ tableView: UITableView, estimatedHeightForHeaderInSection section: Int) -> CGFloat -
Returns tableview section count
Declaration
Swift
@MainActor override public func numberOfSections(in tableView: UITableView) -> Int -
Returns number of rows
Declaration
Swift
@MainActor override public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int -
Displays cell configuration
Declaration
Swift
@MainActor override public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell -
Returns the footer view of tableview
Declaration
Swift
@MainActor override public func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView?
View on GitHub