requiresConstraintBasedLayout
Returns a Boolean value indicating whether the view depends on the constraint-based layout system.
Declaration
class var requiresConstraintBasedLayout: Bool { get }Return Value
true if the view must be in a window using constraint-based layout to function properly, false otherwise.
Discussion
Custom views should override this to return true if they can not layout correctly using autoresizing.