numberOfRows
The number of row controllers available for you to retrieve.
Declaration
var numberOfRows: Int { get }Discussion
The value of this property is 0 until you call the setRowTypes(_:) or setNumberOfRows(_:withRowType:) method. After calling one of those methods, this property contains the number of row controllers that were created.