Contents

layout

A change that invalidates the layout of the containing view’s subviews.

Declaration

static var layout: NSView.Invalidations.Layout { get }

Discussion

Use this invalidation type to set needsLayout so that a change in property value triggers the system to update the layout of the containing view’s subviews.

See Also

Types of Invalidations