Package org.robovm.apple.uikit
Interface UIPopoverPresentationControllerDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol,UIAdaptivePresentationControllerDelegate
- All Known Implementing Classes:
UIPopoverPresentationControllerDelegateAdapter
public interface UIPopoverPresentationControllerDelegate extends UIAdaptivePresentationControllerDelegate
-
Method Summary
Modifier and Type Method Description voiddidDismissPopover(UIPopoverPresentationController popoverPresentationController)Deprecated.Deprecated in iOS 13.0.voidprepareForPopoverPresentation(UIPopoverPresentationController popoverPresentationController)booleanshouldDismissPopover(UIPopoverPresentationController popoverPresentationController)Deprecated.Deprecated in iOS 13.0.voidwillRepositionPopover(UIPopoverPresentationController popoverPresentationController, CGRect rect, UIView.UIViewPtr view)Methods inherited from interface org.robovm.apple.uikit.UIAdaptivePresentationControllerDelegate
getAdaptivePresentationStyle, getAdaptivePresentationStyle, getViewController, prepareAdaptivePresentationController, presentationControllerDidAttemptToDismiss, presentationControllerDidDismiss, presentationControllerShouldDismiss, presentationControllerWillDismiss, willPresent
-
Method Details
-
prepareForPopoverPresentation
-
shouldDismissPopover
@Deprecated boolean shouldDismissPopover(UIPopoverPresentationController popoverPresentationController)Deprecated.Deprecated in iOS 13.0. Use presentationControllerShouldDismiss: -
didDismissPopover
Deprecated.Deprecated in iOS 13.0. Use presentationControllerDidDismiss: -
willRepositionPopover
void willRepositionPopover(UIPopoverPresentationController popoverPresentationController, CGRect rect, UIView.UIViewPtr view)
-