Uses of Class
org.robovm.apple.uikit.UIInterfaceOrientation
| Package | Description |
|---|---|
| org.robovm.apple.arkit | |
| org.robovm.apple.uikit |
-
Uses of UIInterfaceOrientation in org.robovm.apple.arkit
Methods in org.robovm.apple.arkit with parameters of type UIInterfaceOrientation Modifier and Type Method Description CGAffineTransformARFrame. displayTransform(UIInterfaceOrientation orientation, CGSize viewportSize)MatrixFloat4x4ARCamera. getProjectionMatrix(UIInterfaceOrientation orientation, CGSize viewportSize, double zNear, double zFar)CGPointARCamera. projectPoint(VectorFloat3 point, UIInterfaceOrientation orientation, CGSize viewportSize)VectorFloat3ARCamera. unprojectPoint(CGPoint point, MatrixFloat4x4 planeTransform, UIInterfaceOrientation orientation, CGSize viewportSize)MatrixFloat4x4ARCamera. viewMatrixForOrientation(UIInterfaceOrientation orientation) -
Uses of UIInterfaceOrientation in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIInterfaceOrientation Modifier and Type Method Description UIInterfaceOrientationUIViewController. getInterfaceOrientation()Deprecated.Deprecated in iOS 8.0.UIInterfaceOrientationUIWindowScene. getInterfaceOrientation()UIInterfaceOrientationUINavigationControllerDelegate. getPreferredInterfaceOrientation(UINavigationController navigationController)UIInterfaceOrientationUINavigationControllerDelegateAdapter. getPreferredInterfaceOrientation(UINavigationController navigationController)UIInterfaceOrientationUIPageViewControllerDelegate. getPreferredInterfaceOrientation(UIPageViewController pageViewController)UIInterfaceOrientationUIPageViewControllerDelegateAdapter. getPreferredInterfaceOrientation(UIPageViewController pageViewController)UIInterfaceOrientationUIPageViewControllerModel. getPreferredInterfaceOrientation(UIPageViewController pageViewController)UIInterfaceOrientationUISplitViewControllerDelegate. getPreferredInterfaceOrientation(UISplitViewController splitViewController)UIInterfaceOrientationUISplitViewControllerDelegateAdapter. getPreferredInterfaceOrientation(UISplitViewController splitViewController)UIInterfaceOrientationUITabBarControllerDelegate. getPreferredInterfaceOrientation(UITabBarController tabBarController)UIInterfaceOrientationUITabBarControllerDelegateAdapter. getPreferredInterfaceOrientation(UITabBarController tabBarController)UIInterfaceOrientationUIViewController. getPreferredInterfaceOrientationForPresentation()UIInterfaceOrientationUIApplication. getStatusBarOrientation()Deprecated.Deprecated in iOS 13.0.UIInterfaceOrientationUITabBarControllerDelegate. getSupportedInterfaceOrientations(UITabBarController tabBarController)UIInterfaceOrientationUITabBarControllerDelegateAdapter. getSupportedInterfaceOrientations(UITabBarController tabBarController)static UIInterfaceOrientationUIInterfaceOrientation. valueOf(long n)Returns the enum constant of this type with the specified name.static UIInterfaceOrientationUIInterfaceOrientation. valueOf(String name)Returns the enum constant of this type with the specified name.static UIInterfaceOrientation[]UIInterfaceOrientation. 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 UIInterfaceOrientation Modifier and Type Method Description voidUIApplicationDelegate. didChangStatusBarOrientation(UIApplication application, UIInterfaceOrientation oldStatusBarOrientation)Deprecated.Deprecated in iOS 13.0.voidUIApplicationDelegateAdapter. didChangStatusBarOrientation(UIApplication application, UIInterfaceOrientation oldStatusBarOrientation)Deprecated.Deprecated in iOS 13.0.voidUIViewController. didRotate(UIInterfaceOrientation fromInterfaceOrientation)Deprecated.Deprecated in iOS 8.0.voidUIWindowSceneDelegate. didUpdateCoordinateSpace(UIWindowScene windowScene, UICoordinateSpace previousCoordinateSpace, UIInterfaceOrientation previousInterfaceOrientation, UITraitCollection previousTraitCollection)voidUIWindowSceneDelegateAdapter. didUpdateCoordinateSpace(UIWindowScene windowScene, UICoordinateSpace previousCoordinateSpace, UIInterfaceOrientation previousInterfaceOrientation, UITraitCollection previousTraitCollection)UIPageViewControllerSpineLocationUIPageViewControllerDelegate. getSpineLocation(UIPageViewController pageViewController, UIInterfaceOrientation orientation)UIPageViewControllerSpineLocationUIPageViewControllerDelegateAdapter. getSpineLocation(UIPageViewController pageViewController, UIInterfaceOrientation orientation)UIPageViewControllerSpineLocationUIPageViewControllerModel. getSpineLocation(UIPageViewController pageViewController, UIInterfaceOrientation orientation)voidUIApplication. setStatusBarOrientation(UIInterfaceOrientation v)Deprecated.Deprecated in iOS 9.0.voidUIApplication. setStatusBarOrientation(UIInterfaceOrientation interfaceOrientation, boolean animated)Deprecated.Deprecated in iOS 9.0.booleanUISplitViewControllerDelegate. shouldHideViewController(UISplitViewController svc, UIViewController vc, UIInterfaceOrientation orientation)Deprecated.Deprecated in iOS 8.0.booleanUISplitViewControllerDelegateAdapter. shouldHideViewController(UISplitViewController svc, UIViewController vc, UIInterfaceOrientation orientation)Deprecated.Deprecated in iOS 8.0.voidUIViewController. willAnimateRotation(UIInterfaceOrientation toInterfaceOrientation, double duration)Deprecated.Deprecated in iOS 8.0.voidUIApplicationDelegate. willChangeStatusBarOrientation(UIApplication application, UIInterfaceOrientation newStatusBarOrientation, double duration)Deprecated.Deprecated in iOS 13.0.voidUIApplicationDelegateAdapter. willChangeStatusBarOrientation(UIApplication application, UIInterfaceOrientation newStatusBarOrientation, double duration)Deprecated.Deprecated in iOS 13.0.voidUIViewController. willRotate(UIInterfaceOrientation toInterfaceOrientation, double duration)Deprecated.Deprecated in iOS 8.0.Method parameters in org.robovm.apple.uikit with type arguments of type UIInterfaceOrientation Modifier and Type Method Description static NSObjectProtocolUIApplication.Notifications. observeDidChangeStatusBarOrientation(VoidBlock1<UIInterfaceOrientation> block)static NSObjectProtocolUIApplication.Notifications. observeWillChangeStatusBarOrientation(VoidBlock1<UIInterfaceOrientation> block)