numberOfSections(in:)
Asks the data source to return the number of sections in the table view.
Declaration
optional func numberOfSections(in tableView: UITableView) -> IntParameters
- tableView:
An object representing the table view requesting this information.
Return Value
The number of sections in tableView.
Discussion
If you don’t implement this method, the table configures the table with one section.