UIView.AddLayoutGuide(UILayoutGuide) Метод

Определение

Добавляет указанный guideобъект , что позволяет использовать элемент управления автозаполнения без создания фиктивных представлений.

[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

Параметры

guide
UILayoutGuide

Добавляемый объект UILayoutGuide.

Атрибуты

Применяется к