Compartir a través de


UIView.AddLayoutGuide(UILayoutGuide) Método

Definición

Agrega el objeto especificado guide, lo que permite el control Autolayout sin crear vistas ficticía.

[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

Parámetros

guide
UILayoutGuide

UILayoutGuide que se va a agregar.

Atributos

Se aplica a