Package org.robovm.apple.uikit
Interface UITabBarControllerDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UITabBarControllerDelegateAdapter
public interface UITabBarControllerDelegate extends NSObjectProtocol
-
Method Summary
-
Method Details
-
shouldSelectViewController
boolean shouldSelectViewController(UITabBarController tabBarController, UIViewController viewController) -
didSelectViewController
-
willBeginCustomizingViewControllers
void willBeginCustomizingViewControllers(UITabBarController tabBarController, NSArray<UIViewController> viewControllers) -
willEndCustomizingViewControllers
void willEndCustomizingViewControllers(UITabBarController tabBarController, NSArray<UIViewController> viewControllers, boolean changed) -
didEndCustomizingViewControllers
void didEndCustomizingViewControllers(UITabBarController tabBarController, NSArray<UIViewController> viewControllers, boolean changed) -
getSupportedInterfaceOrientations
-
getPreferredInterfaceOrientation
-
getInteractionController
UIViewControllerInteractiveTransitioning getInteractionController(UITabBarController tabBarController, UIViewControllerAnimatedTransitioning animationController) -
getAnimationController
UIViewControllerAnimatedTransitioning getAnimationController(UITabBarController tabBarController, UIViewController fromVC, UIViewController toVC)
-