UIKit.UIView.NeedsUpdateConstraints Method
Indicates that the Auto Layout constraints of the UIKit.UIView need updating.

Syntax

[Foundation.Export("needsUpdateConstraints")]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_6_0)]
public virtual bool NeedsUpdateConstraints ()

See Also

Monotouch.UIKit.UIView.SetNeedsUpdateConstraints

Returns

If this method returns true, the Auto Layout system will call UIView.UpdateConstraints during its layout pass.

Remarks

This method is checked by the Auto Layout system to determine if the UIView.Constraints for this UIKit.UIView need updating. If this method returns true, the method UIView.UpdateConstraints will be called and should perform the updates.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0