BoundsConstraintMask
public enum BoundsConstraintMask : CaseIterable
Used by View
objects to specify which dimensions it should turn into
constraints implicitly in the constraint system.
-
Specifies that the location of a view be treated as a set of constraints that must be respected during constraint resolution.
Declaration
Swift
case location
-
Specifies that the size of a view be treated as a set of constraints that must be respected during constraint resolution.
Declaration
Swift
case size