UIViewController.PresentationController Property

Definition

Gets the nearest ancestor in the view hierarchy that is a UIPresentationController or null if there is none.

[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

Property Value

Gets the nearest ancestor in a popover presentation controller view controller hierarchy.

Attributes

Applies to