Partager via


UIView.AddLayoutGuide(UILayoutGuide) Méthode

Définition

Ajoute le spécifié guide, ce qui autorise le contrôle Autolayout sans créer de vues factices.

[Foundation.Export("addLayoutGuide:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void AddLayoutGuide (UIKit.UILayoutGuide guide);
abstract member AddLayoutGuide : UIKit.UILayoutGuide -> unit
override this.AddLayoutGuide : UIKit.UILayoutGuide -> unit

Paramètres

guide
UILayoutGuide

UILayoutGuide à ajouter.

Attributs

S’applique à