ChoixTarifsTBVCTableViewController

class ChoixTarifsTBVCTableViewController : UITableViewController

Undocumented

Table view data source

  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    override func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat