Contents

isSubviewCollapsed(_:)

Returns whether the specified view is in a collapsed state.

Declaration

func isSubviewCollapsed(_ subview: NSView) -> Bool

Parameters

  • subview:

    The subview in the split view.

Return Value

true if subview is in a collapsed state; otherwise, false.

See Also

Managing Subviews