Contents

display

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

Declaration

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

Discussion

Use this invalidation type to call setNeedsDisplay() when a change in property value should cause the system to redraw the containing view’s content.

See Also

Specifying invalidation types