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