Contents

layout

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

Declaration

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

Discussion

Use this invalidation type to call setNeedsLayout() when a change in property value should cause an update to the layout of the containing view’s subviews.

See Also

Specifying invalidation types