numberOfSections
The number of sections in the table view.
Declaration
var numberOfSections: Int { get }Discussion
UITableView gets the value in this property from its data source and caches it.
The number of sections in the table view.
var numberOfSections: Int { get }UITableView gets the value in this property from its data source and caches it.