UIKit.UIPopoverControllerDelegate_Extensions: Method Members

The methods of UIKit.UIPopoverControllerDelegate_Extensions are listed below. For a list of all members, see the UIPopoverControllerDelegate_Extensions Members list.

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.