Package org.robovm.apple.uikit
Interface UIPageViewControllerDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UIPageViewControllerDelegateAdapter,UIPageViewControllerModel
public interface UIPageViewControllerDelegate extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description voiddidFinishAnimating(UIPageViewController pageViewController, boolean finished, NSArray<UIViewController> previousViewControllers, boolean completed)UIInterfaceOrientationgetPreferredInterfaceOrientation(UIPageViewController pageViewController)UIPageViewControllerSpineLocationgetSpineLocation(UIPageViewController pageViewController, UIInterfaceOrientation orientation)UIInterfaceOrientationMaskgetSupportedInterfaceOrientations(UIPageViewController pageViewController)voidwillTransition(UIPageViewController pageViewController, NSArray<UIViewController> pendingViewControllers)
-
Method Details
-
willTransition
void willTransition(UIPageViewController pageViewController, NSArray<UIViewController> pendingViewControllers) -
didFinishAnimating
void didFinishAnimating(UIPageViewController pageViewController, boolean finished, NSArray<UIViewController> previousViewControllers, boolean completed) -
getSpineLocation
UIPageViewControllerSpineLocation getSpineLocation(UIPageViewController pageViewController, UIInterfaceOrientation orientation) -
getSupportedInterfaceOrientations
UIInterfaceOrientationMask getSupportedInterfaceOrientations(UIPageViewController pageViewController) -
getPreferredInterfaceOrientation
-