NetworkVC

final class NetworkVC : UITableViewController
extension NetworkVC: Exposing
extension NetworkVC: InterfaceBuildable

Display network status and pending operations

UITableViewControllerDataSource

  • Create table header

    Declaration

    Swift

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

    Parameters

    tableView

    Container

    section

    Index

    Return Value

    NetworkHeader

  • Create table cell

    Declaration

    Swift

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

    Parameters

    tableView

    UITableView

    indexPath

    Index Path

    Return Value

    UITableViewCell

Exposing

InterfaceBuildable