Contents

display

A change that requires the system to redraw a view’s content.

Declaration

static var display: NSView.Invalidations.Display { get }

Discussion

Use this invalidation type to set needsDisplay so that a change in property value triggers the system to redraw the containing view’s content.

See Also

Types of Invalidations