Interface UIPopoverControllerDelegate


  • public interface UIPopoverControllerDelegate
    • Method Detail

      • popoverControllerWillRepositionPopoverToRectInView

        @Deprecated
        default void popoverControllerWillRepositionPopoverToRectInView​(UIPopoverController popoverController,
                                                                        CGRect rect,
                                                                        org.moe.natj.general.ptr.Ptr<UIView> view)
        Deprecated.
        -popoverController:willRepositionPopoverToRect:inView: is called on your delegate when the popover may require a different view or rectangle
      • popoverControllerDidDismissPopover

        @Deprecated
        default void popoverControllerDidDismissPopover​(UIPopoverController popoverController)
        Deprecated.
        Called on the delegate when the user has taken action to dismiss the popover. This is not called when -dismissPopoverAnimated: is called directly.
      • popoverControllerShouldDismissPopover

        @Deprecated
        default boolean popoverControllerShouldDismissPopover​(UIPopoverController popoverController)
        Deprecated.
        Called on the delegate when the popover controller will dismiss the popover. Return NO to prevent the dismissal of the view.