All Methods Instance Methods Default Methods
| Modifier and Type |
Method and Description |
default UIViewControllerAnimatedTransitioning |
tabBarControllerAnimationControllerForTransitionFromViewControllerToViewController(UITabBarController tabBarController,
UIViewController fromVC,
UIViewController toVC) |
default void |
tabBarControllerDidEndCustomizingViewControllersChanged(UITabBarController tabBarController,
NSArray<? extends UIViewController> viewControllers,
boolean changed) |
default void |
tabBarControllerDidSelectViewController(UITabBarController tabBarController,
UIViewController viewController) |
default UIViewControllerInteractiveTransitioning |
tabBarControllerInteractionControllerForAnimationController(UITabBarController tabBarController,
UIViewControllerAnimatedTransitioning animationController) |
default long |
tabBarControllerPreferredInterfaceOrientationForPresentation(UITabBarController tabBarController) |
default boolean |
tabBarControllerShouldSelectViewController(UITabBarController tabBarController,
UIViewController viewController) |
default long |
tabBarControllerSupportedInterfaceOrientations(UITabBarController tabBarController) |
default void |
tabBarControllerWillBeginCustomizingViewControllers(UITabBarController tabBarController,
NSArray<? extends UIViewController> viewControllers) |
default void |
tabBarControllerWillEndCustomizingViewControllersChanged(UITabBarController tabBarController,
NSArray<? extends UIViewController> viewControllers,
boolean changed) |