Package org.robovm.apple.uikit
Interface UIPopoverControllerDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UIPopoverControllerDelegateAdapter
public interface UIPopoverControllerDelegate extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description voiddidDismiss(UIPopoverController popoverController)Deprecated.Deprecated in iOS 9.0.booleanshouldDismiss(UIPopoverController popoverController)Deprecated.Deprecated in iOS 9.0.voidwillReposition(UIPopoverController popoverController, CGRect rect, UIView.UIViewPtr view)Deprecated.Deprecated in iOS 9.0.
-
Method Details
-
shouldDismiss
Deprecated.Deprecated in iOS 9.0. -
didDismiss
Deprecated.Deprecated in iOS 9.0. -
willReposition
@Deprecated void willReposition(UIPopoverController popoverController, CGRect rect, UIView.UIViewPtr view)Deprecated.Deprecated in iOS 9.0.
-