-
Methods in org.robovm.apple.uikit with parameters of type UIPresentationController
| Modifier and Type |
Method |
Description |
UIModalPresentationStyle |
UIAdaptivePresentationControllerDelegate.getAdaptivePresentationStyle(UIPresentationController controller) |
|
UIModalPresentationStyle |
UIAdaptivePresentationControllerDelegate.getAdaptivePresentationStyle(UIPresentationController controller,
UITraitCollection traitCollection) |
|
UIModalPresentationStyle |
UIAdaptivePresentationControllerDelegateAdapter.getAdaptivePresentationStyle(UIPresentationController controller) |
|
UIModalPresentationStyle |
UIAdaptivePresentationControllerDelegateAdapter.getAdaptivePresentationStyle(UIPresentationController controller,
UITraitCollection traitCollection) |
|
UIViewController |
UIAdaptivePresentationControllerDelegate.getViewController(UIPresentationController controller,
UIModalPresentationStyle style) |
|
UIViewController |
UIAdaptivePresentationControllerDelegateAdapter.getViewController(UIPresentationController controller,
UIModalPresentationStyle style) |
|
void |
UIAdaptivePresentationControllerDelegate.prepareAdaptivePresentationController(UIPresentationController presentationController,
UIPresentationController adaptivePresentationController) |
|
void |
UIAdaptivePresentationControllerDelegateAdapter.prepareAdaptivePresentationController(UIPresentationController presentationController,
UIPresentationController adaptivePresentationController) |
|
void |
UIAdaptivePresentationControllerDelegate.presentationControllerDidAttemptToDismiss(UIPresentationController presentationController) |
|
void |
UIAdaptivePresentationControllerDelegateAdapter.presentationControllerDidAttemptToDismiss(UIPresentationController presentationController) |
|
void |
UIAdaptivePresentationControllerDelegate.presentationControllerDidDismiss(UIPresentationController presentationController) |
|
void |
UIAdaptivePresentationControllerDelegateAdapter.presentationControllerDidDismiss(UIPresentationController presentationController) |
|
boolean |
UIAdaptivePresentationControllerDelegate.presentationControllerShouldDismiss(UIPresentationController presentationController) |
|
boolean |
UIAdaptivePresentationControllerDelegateAdapter.presentationControllerShouldDismiss(UIPresentationController presentationController) |
|
void |
UIAdaptivePresentationControllerDelegate.presentationControllerWillDismiss(UIPresentationController presentationController) |
|
void |
UIAdaptivePresentationControllerDelegateAdapter.presentationControllerWillDismiss(UIPresentationController presentationController) |
|
void |
UIAdaptivePresentationControllerDelegate.willPresent(UIPresentationController presentationController,
UIModalPresentationStyle style,
UIViewControllerTransitionCoordinator transitionCoordinator) |
|
void |
UIAdaptivePresentationControllerDelegateAdapter.willPresent(UIPresentationController presentationController,
UIModalPresentationStyle style,
UIViewControllerTransitionCoordinator transitionCoordinator) |
|