Uses of Class
org.robovm.apple.uikit.UIModalPresentationStyle
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIModalPresentationStyle in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIModalPresentationStyle Modifier and Type Method Description UIModalPresentationStyleUIAdaptivePresentationControllerDelegate. getAdaptivePresentationStyle(UIPresentationController controller)UIModalPresentationStyleUIAdaptivePresentationControllerDelegate. getAdaptivePresentationStyle(UIPresentationController controller, UITraitCollection traitCollection)UIModalPresentationStyleUIAdaptivePresentationControllerDelegateAdapter. getAdaptivePresentationStyle(UIPresentationController controller)UIModalPresentationStyleUIAdaptivePresentationControllerDelegateAdapter. getAdaptivePresentationStyle(UIPresentationController controller, UITraitCollection traitCollection)UIModalPresentationStyleUIPresentationController. getAdaptivePresentationStyle()UIModalPresentationStyleUIPresentationController. getAdaptivePresentationStyleForTraitCollection(UITraitCollection traitCollection)UIModalPresentationStyleUIViewController. getModalPresentationStyle()UIModalPresentationStyleUIPresentationController. getPresentationStyle()UIModalPresentationStyleUIViewControllerContextTransitioning. getPresentationStyle()UIModalPresentationStyleUIViewControllerContextTransitioningAdapter. getPresentationStyle()UIModalPresentationStyleUIViewControllerTransitionCoordinatorContext. getPresentationStyle()UIModalPresentationStyleUIViewControllerTransitionCoordinatorContextAdapter. getPresentationStyle()static UIModalPresentationStyleUIModalPresentationStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static UIModalPresentationStyleUIModalPresentationStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static UIModalPresentationStyle[]UIModalPresentationStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.uikit with parameters of type UIModalPresentationStyle Modifier and Type Method Description UIViewControllerUIAdaptivePresentationControllerDelegate. getViewController(UIPresentationController controller, UIModalPresentationStyle style)UIViewControllerUIAdaptivePresentationControllerDelegateAdapter. getViewController(UIPresentationController controller, UIModalPresentationStyle style)voidUIViewController. setModalPresentationStyle(UIModalPresentationStyle v)voidUIAdaptivePresentationControllerDelegate. willPresent(UIPresentationController presentationController, UIModalPresentationStyle style, UIViewControllerTransitionCoordinator transitionCoordinator)voidUIAdaptivePresentationControllerDelegateAdapter. willPresent(UIPresentationController presentationController, UIModalPresentationStyle style, UIViewControllerTransitionCoordinator transitionCoordinator)