cell(withTag:)
Searches the receiver and returns the last cell matching the specified tag.
Declaration
func cell(withTag tag: Int) -> NSCell?Parameters
- tag:
The tag of the cell to return.
Return Value
The last (when viewing the matrix as a row-ordered array) NSCell object that has a tag matching anInt, or nil if no such cell exists