public interface UIPopoverPresentationControllerDelegate extends UIAdaptivePresentationControllerDelegate
| Modifier and Type | Method and Description |
|---|---|
default void |
popoverPresentationControllerDidDismissPopover(UIPopoverPresentationController popoverPresentationController)
Called on the delegate when the user has taken action to dismiss the popover.
|
default boolean |
popoverPresentationControllerShouldDismissPopover(UIPopoverPresentationController popoverPresentationController)
Called on the delegate when the popover controller will dismiss the popover.
|
default void |
popoverPresentationControllerWillRepositionPopoverToRectInView(UIPopoverPresentationController popoverPresentationController,
CGRect rect,
org.moe.natj.general.ptr.Ptr<UIView> view)
-popoverPresentationController:willRepositionPopoverToRect:inView: is called on your delegate when the
popover may require a different view or rectangle.
|
default void |
prepareForPopoverPresentation(UIPopoverPresentationController popoverPresentationController) |
adaptivePresentationStyleForPresentationController, adaptivePresentationStyleForPresentationControllerTraitCollection, presentationControllerDidAttemptToDismiss, presentationControllerDidDismiss, presentationControllerPrepareAdaptivePresentationController, presentationControllerShouldDismiss, presentationControllerViewControllerForAdaptivePresentationStyle, presentationControllerWillDismiss, presentationControllerWillPresentWithAdaptiveStyleTransitionCoordinatordefault void popoverPresentationControllerWillRepositionPopoverToRectInView(UIPopoverPresentationController popoverPresentationController, CGRect rect, org.moe.natj.general.ptr.Ptr<UIView> view)
default void popoverPresentationControllerDidDismissPopover(UIPopoverPresentationController popoverPresentationController)
default boolean popoverPresentationControllerShouldDismissPopover(UIPopoverPresentationController popoverPresentationController)
default void prepareForPopoverPresentation(UIPopoverPresentationController popoverPresentationController)