numberOfRows
The number of rows in the table.
Declaration
var numberOfRows: Int { get }Discussion
Typically you should not ask the table view how many rows it has; instead, interrogate the table view’s data source.
The number of rows in the table.
var numberOfRows: Int { get }Typically you should not ask the table view how many rows it has; instead, interrogate the table view’s data source.