UIKit.UIPopoverControllerDelegate_Extensions Members

The members of UIKit.UIPopoverControllerDelegate_Extensions are listed below.

See Also: Inherited members from System.Object

Public Methods

static
DidDismiss(this IUIPopoverControllerDelegate, UIPopoverController)
Indicates that the UIPopover was dismissed.
static
ShouldDismiss(this IUIPopoverControllerDelegate, UIPopoverController) : bool
Whether the popover should be dismissed.
static
WillReposition(this IUIPopoverControllerDelegate, UIPopoverController, ref UIView, ref CoreGraphics.CGRect)
Indicates that the popover is about to change position.