clippingResistancePriority(for:)
Returns the Auto Layout priority for resisting clipping of views in the stack view when Auto Layout attempts to reduce the stack view’s size.
Declaration
func clippingResistancePriority(for orientation: NSLayoutConstraint.Orientation) -> NSLayoutConstraint.PriorityParameters
- orientation:
The stack view layout direction to which the clipping resistance priority applies.
Return Value
A layout constraint priority that identifies the clipping resistance for the stack view.
Discussion
For an explanation of clipping resistance and how to use it for a stack view, see the setClippingResistancePriority(_:for:) method.