UIViewController.PresentationController 属性

定义

获取视图层次结构中最接近的上级, UIPresentationController 如果不存在 ,则为 或 null

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIPresentationController PresentationController { [Foundation.Export("presentationController")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.PresentationController : UIKit.UIPresentationController

属性值

获取弹出式呈现控制器视图控制器层次结构中最近的上级。

属性

适用于