UIView.RemoveConstraints(NSLayoutConstraint[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes multiple Auto Layout constraints from the UIView's Constraints.
[Foundation.Export("removeConstraints:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RemoveConstraints (UIKit.NSLayoutConstraint[] constraints);
abstract member RemoveConstraints : UIKit.NSLayoutConstraint[] -> unit
override this.RemoveConstraints : UIKit.NSLayoutConstraint[] -> unit
Parameters
- constraints
- NSLayoutConstraint[]
The NSLayoutConstraints to be removed.
- Attributes
Applies to
See also
- Constraints
- <xref:UIKit.UIView.AddConstraint>
- <xref:UIKit.UIView.AddConstraints>
- <xref:UIKit.UIView.RemoveConstraint>
- TranslatesAutoresizingMaskIntoConstraints