removeConstraints(_:)
Removes the specified constraints from the view.
Declaration
func removeConstraints(_ constraints: [NSLayoutConstraint])Parameters
- constraints:
The constraints to remove.
Removes the specified constraints from the view.
func removeConstraints(_ constraints: [NSLayoutConstraint])The constraints to remove.