Package apple.uikit.protocol
Interface UITabBarControllerDelegate
-
public interface UITabBarControllerDelegate
-
-
Method Summary
-
-
-
Method Detail
-
tabBarControllerAnimationControllerForTransitionFromViewControllerToViewController
default UIViewControllerAnimatedTransitioning tabBarControllerAnimationControllerForTransitionFromViewControllerToViewController(UITabBarController tabBarController, UIViewController fromVC, UIViewController toVC)
-
tabBarControllerDidEndCustomizingViewControllersChanged
default void tabBarControllerDidEndCustomizingViewControllersChanged(UITabBarController tabBarController, NSArray<? extends UIViewController> viewControllers, boolean changed)
-
tabBarControllerDidSelectViewController
default void tabBarControllerDidSelectViewController(UITabBarController tabBarController, UIViewController viewController)
-
tabBarControllerInteractionControllerForAnimationController
default UIViewControllerInteractiveTransitioning tabBarControllerInteractionControllerForAnimationController(UITabBarController tabBarController, UIViewControllerAnimatedTransitioning animationController)
-
tabBarControllerShouldSelectViewController
default boolean tabBarControllerShouldSelectViewController(UITabBarController tabBarController, UIViewController viewController)
-
tabBarControllerWillBeginCustomizingViewControllers
default void tabBarControllerWillBeginCustomizingViewControllers(UITabBarController tabBarController, NSArray<? extends UIViewController> viewControllers)
-
tabBarControllerWillEndCustomizingViewControllersChanged
default void tabBarControllerWillEndCustomizingViewControllersChanged(UITabBarController tabBarController, NSArray<? extends UIViewController> viewControllers, boolean changed)
-
tabBarControllerPreferredInterfaceOrientationForPresentation
default long tabBarControllerPreferredInterfaceOrientationForPresentation(UITabBarController tabBarController)
-
tabBarControllerSupportedInterfaceOrientations
default long tabBarControllerSupportedInterfaceOrientations(UITabBarController tabBarController)
-
-