-
Methods in org.robovm.apple.uikit with parameters of type UITabBarController
| Modifier and Type |
Method |
Description |
void |
UITabBarControllerDelegate.didEndCustomizingViewControllers(UITabBarController tabBarController,
NSArray<UIViewController> viewControllers,
boolean changed) |
|
void |
UITabBarControllerDelegateAdapter.didEndCustomizingViewControllers(UITabBarController tabBarController,
NSArray<UIViewController> viewControllers,
boolean changed) |
|
void |
UITabBarControllerDelegate.didSelectViewController(UITabBarController tabBarController,
UIViewController viewController) |
|
void |
UITabBarControllerDelegateAdapter.didSelectViewController(UITabBarController tabBarController,
UIViewController viewController) |
|
UIViewControllerAnimatedTransitioning |
UITabBarControllerDelegate.getAnimationController(UITabBarController tabBarController,
UIViewController fromVC,
UIViewController toVC) |
|
UIViewControllerAnimatedTransitioning |
UITabBarControllerDelegateAdapter.getAnimationController(UITabBarController tabBarController,
UIViewController fromVC,
UIViewController toVC) |
|
UIViewControllerInteractiveTransitioning |
UITabBarControllerDelegate.getInteractionController(UITabBarController tabBarController,
UIViewControllerAnimatedTransitioning animationController) |
|
UIViewControllerInteractiveTransitioning |
UITabBarControllerDelegateAdapter.getInteractionController(UITabBarController tabBarController,
UIViewControllerAnimatedTransitioning animationController) |
|
UIInterfaceOrientation |
UITabBarControllerDelegate.getPreferredInterfaceOrientation(UITabBarController tabBarController) |
|
UIInterfaceOrientation |
UITabBarControllerDelegateAdapter.getPreferredInterfaceOrientation(UITabBarController tabBarController) |
|
UIInterfaceOrientation |
UITabBarControllerDelegate.getSupportedInterfaceOrientations(UITabBarController tabBarController) |
|
UIInterfaceOrientation |
UITabBarControllerDelegateAdapter.getSupportedInterfaceOrientations(UITabBarController tabBarController) |
|
boolean |
UITabBarControllerDelegate.shouldSelectViewController(UITabBarController tabBarController,
UIViewController viewController) |
|
boolean |
UITabBarControllerDelegateAdapter.shouldSelectViewController(UITabBarController tabBarController,
UIViewController viewController) |
|
void |
UITabBarControllerDelegate.willBeginCustomizingViewControllers(UITabBarController tabBarController,
NSArray<UIViewController> viewControllers) |
|
void |
UITabBarControllerDelegateAdapter.willBeginCustomizingViewControllers(UITabBarController tabBarController,
NSArray<UIViewController> viewControllers) |
|
void |
UITabBarControllerDelegate.willEndCustomizingViewControllers(UITabBarController tabBarController,
NSArray<UIViewController> viewControllers,
boolean changed) |
|
void |
UITabBarControllerDelegateAdapter.willEndCustomizingViewControllers(UITabBarController tabBarController,
NSArray<UIViewController> viewControllers,
boolean changed) |
|