prototype
The prototype cell that’s copied whenever the matrix creates a new cell.
Declaration
@NSCopying var prototype: NSCell? { get set }Discussion
When the value of this property is nil, there is no prototype cell.
The prototype cell that’s copied whenever the matrix creates a new cell.
@NSCopying var prototype: NSCell? { get set }When the value of this property is nil, there is no prototype cell.