resetCursorRects()
Resets cursor rectangles so the cursor becomes an I-beam over text cells.
Declaration
func resetCursorRects()Discussion
This method resets the cursor rectangles by sending resetCursorRect(_:in:) to each cell in the receiver. Any cell that has a cursor rectangle to set up should then send addCursorRect(_:cursor:) back to the receiver.