The members of UIKit.UIPopoverPresentationControllerDelegate are listed below.
See Also: Inherited members from UIKit.UIAdaptivePresentationControllerDelegate
| Default constructor, initializes a new instance of this class. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
DidDismissPopover(UIPopoverPresentationController)Informs this UIPopoverPresentationControllerDelegate object that the user has dismissed the popover. | ||
PrepareForPopoverPresentation(UIPopoverPresentationController)Informs this UIKit.UIPopoverPresentationControllerDelegate object that the app is about to display the popover. | ||
ShouldDismissPopover(UIPopoverPresentationController)Requests whether the popoverPresentationController controller should dismissed the popover based on user actions. | ||
WillRepositionPopover(UIPopoverPresentationController, UIView, CoreGraphics.CGRect)Informs this UIKit.UIPopoverPresentationControllerDelegate object that changes in size require the popoverPresentationController controller to reposition the popover to the targetRect in the inView view. | ||