Contents

sortIndicatorRect(forBounds:)

Returns the location to display the sorting indicator given theRect.

Declaration

func sortIndicatorRect(forBounds rect: NSRect) -> NSRect

Parameters

  • rect:

    A cell rectangle.

Return Value

The rectangle within theRect that should contain the sorting indicator.

See Also

Drawing Sorting Indicators