Freigeben über


UIView.SetNeedsUpdateConstraints Methode

Definition

Gibt für das Automatische Layoutsystem an, dass aufgerufen werden muss UpdateConstraints().

[Foundation.Export("setNeedsUpdateConstraints")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetNeedsUpdateConstraints ();
abstract member SetNeedsUpdateConstraints : unit -> unit
override this.SetNeedsUpdateConstraints : unit -> unit
Attribute

Hinweise

Diese Methode weist das Auto Layout-System an, aufzurufen UpdateConstraints(), wodurch neue Einschränkungsparameter berechnet werden.

Gilt für: