UIViewController.PopoverPresentationController Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the nearest ancestor in the view hierarchy that is a UIPopoverPresentationController or null
if there is none.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIPopoverPresentationController PopoverPresentationController { [Foundation.Export("popoverPresentationController")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.PopoverPresentationController : UIKit.UIPopoverPresentationController
Property Value
Returns the nearest ancestor that is a popover presentation controller within the specified view controller hierarchy.
- Attributes