Contents

detachedViews

An array that contains the detached views from all the stack view’s gravity areas.

Declaration

var detachedViews: [NSView] { get }

Discussion

A view in a detached state is not present in the stack view’s view hierarchy, but it still consumes memory.

See Also

Inspecting a Stack View