Uses of Class
org.robovm.apple.uikit.UIPageViewControllerTransitionStyle
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIPageViewControllerTransitionStyle in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIPageViewControllerTransitionStyle Modifier and Type Method Description UIPageViewControllerTransitionStyleUIPageViewController. getTransitionStyle()static UIPageViewControllerTransitionStyleUIPageViewControllerTransitionStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static UIPageViewControllerTransitionStyleUIPageViewControllerTransitionStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static UIPageViewControllerTransitionStyle[]UIPageViewControllerTransitionStyle. 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 UIPageViewControllerTransitionStyle Modifier and Type Method Description protected longUIPageViewController. init(UIPageViewControllerTransitionStyle style, UIPageViewControllerNavigationOrientation navigationOrientation, UIPageViewControllerOptions options)Constructors in org.robovm.apple.uikit with parameters of type UIPageViewControllerTransitionStyle Constructor Description UIPageViewController(UIPageViewControllerTransitionStyle style, UIPageViewControllerNavigationOrientation navigationOrientation, UIPageViewControllerOptions options)