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입니다.

특성

적용 대상