Contents

constraints

A change that invalidates a view’s constraints.

Declaration

static var constraints: NSView.Invalidations.Constraints { get }

Discussion

Use this invalidation type to set needsUpdateConstraints so that a change in property value triggers the containing view to update constraints.

See Also

Types of Invalidations