Uses of Class
org.robovm.apple.uikit.UIPageViewControllerOptions
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIPageViewControllerOptions in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIPageViewControllerOptions Modifier and Type Method Description UIPageViewControllerOptionsUIPageViewControllerOptions. set(NSString key, NSObject value)UIPageViewControllerOptionsUIPageViewControllerOptions. setInterPageSpacing(double interPageSpacing)UIPageViewControllerOptionsUIPageViewControllerOptions. setSpineLocation(UIPageViewControllerSpineLocation spineLocation)static UIPageViewControllerOptionsUIPageViewControllerOptions.Marshaler. toObject(Class<UIPageViewControllerOptions> cls, long handle, long flags)Methods in org.robovm.apple.uikit that return types with arguments of type UIPageViewControllerOptions Modifier and Type Method Description static List<UIPageViewControllerOptions>UIPageViewControllerOptions.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Methods in org.robovm.apple.uikit with parameters of type UIPageViewControllerOptions Modifier and Type Method Description protected longUIPageViewController. init(UIPageViewControllerTransitionStyle style, UIPageViewControllerNavigationOrientation navigationOrientation, UIPageViewControllerOptions options)static longUIPageViewControllerOptions.Marshaler. toNative(UIPageViewControllerOptions o, long flags)Method parameters in org.robovm.apple.uikit with type arguments of type UIPageViewControllerOptions Modifier and Type Method Description static longUIPageViewControllerOptions.AsListMarshaler. toNative(List<UIPageViewControllerOptions> l, long flags)static UIPageViewControllerOptionsUIPageViewControllerOptions.Marshaler. toObject(Class<UIPageViewControllerOptions> cls, long handle, long flags)Constructors in org.robovm.apple.uikit with parameters of type UIPageViewControllerOptions Constructor Description UIPageViewController(UIPageViewControllerTransitionStyle style, UIPageViewControllerNavigationOrientation navigationOrientation, UIPageViewControllerOptions options)