The methods of UIKit.UIPopoverPresentationControllerDelegate are listed below. For a list of all members, see the UIPopoverPresentationControllerDelegate Members list.
See Also: Inherited members from UIKit.UIAdaptivePresentationControllerDelegate
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. | ||