PeersTableViewController

public class PeersTableViewController : UITableViewController

Undocumented

  • Undocumented

    Declaration

    Swift

    public init(dittoKit: DittoKit)
  • Undocumented

    Declaration

    Swift

    public required init?(coder: NSCoder)
  • Undocumented

    Declaration

    Swift

    public override func viewDidLoad()
  • Undocumented

    Declaration

    Swift

    public override func numberOfSections(in tableView: UITableView) -> Int
  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

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