Package org.robovm.apple.uikit
Interface UIAdaptivePresentationControllerDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Subinterfaces:
UIPopoverPresentationControllerDelegate,UISheetPresentationControllerDelegate
- All Known Implementing Classes:
UIAdaptivePresentationControllerDelegateAdapter,UIPopoverPresentationControllerDelegateAdapter,UISheetPresentationControllerDelegateAdapter
public interface UIAdaptivePresentationControllerDelegate extends NSObjectProtocol
-
Method Summary
-
Method Details
-
getAdaptivePresentationStyle
-
getAdaptivePresentationStyle
UIModalPresentationStyle getAdaptivePresentationStyle(UIPresentationController controller, UITraitCollection traitCollection)- Since:
- Available in iOS 8.3 and later.
-
prepareAdaptivePresentationController
void prepareAdaptivePresentationController(UIPresentationController presentationController, UIPresentationController adaptivePresentationController)- Since:
- Available in iOS 15.0 and later.
-
getViewController
UIViewController getViewController(UIPresentationController controller, UIModalPresentationStyle style) -
willPresent
void willPresent(UIPresentationController presentationController, UIModalPresentationStyle style, UIViewControllerTransitionCoordinator transitionCoordinator)- Since:
- Available in iOS 8.3 and later.
-
presentationControllerShouldDismiss
- Since:
- Available in iOS 13.0 and later.
-
presentationControllerWillDismiss
- Since:
- Available in iOS 13.0 and later.
-
presentationControllerDidDismiss
- Since:
- Available in iOS 13.0 and later.
-
presentationControllerDidAttemptToDismiss
- Since:
- Available in iOS 13.0 and later.
-