You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When developing for iOS 8.0 or later, set the constraint’s [isActive](doc://com.apple.documentation/documentation/uikit/nslayoutconstraint/1527000-isactive?language=swift) property to [true](https://developer.apple.com/documentation/swift/true) instead of calling the addConstraint(_:) method directly. The isActive property automatically adds and removes the constraint from the correct view.
The text was updated successfully, but these errors were encountered:
According to documentation:
The text was updated successfully, but these errors were encountered: