如果我使用超过5个ViewControllers初始化UITabBarController,则UITabBarControllerDelegate方法未运行

时间:2015-07-14 10:17:00

标签: ios uitabbarcontroller

我有一个UITabBarController,我用6个ViewControllers初始化它。

我正在UITabBarControllerDelegate方法中运行一些其他函数:

- (id <UIViewControllerAnimatedTransitioning>)tabBarController:(UITabBarController *)tabBarController
            animationControllerForTransitionFromViewController:(UIViewController *)fromVC
                                              toViewController:(UIViewController *)toVC

但是当我将tabBarController.selectedIndex更改为1到5之间时,将激活委托方法。当我在5和6之间更改tabBarController.selectedIndex时,委托方法没有运行。

0 个答案:

没有答案