cells
An array containing the cells of the matrix.
Declaration
var cells: [NSCell] { get }Discussion
The cells in the array are row-ordered; that is, the first row of cells appears first in the array, followed by the second row, and so forth.
An array containing the cells of the matrix.
var cells: [NSCell] { get }The cells in the array are row-ordered; that is, the first row of cells appears first in the array, followed by the second row, and so forth.