Contents

drawDivider(in:)

Draws a divider between two of the split view’s subviews.

Declaration

func drawDivider(in rect: NSRect)

Parameters

  • rect:

    The entire divider rectangle in the split view’s flipped coordinate system.

Discussion

If you override this method to use a custom style for the divider, you may need to change the size of the divider.

See Also

Configuring and Drawing Dividers