我有一个Tab Bar Controller
,有一些Navigation Controllers
作为孩子。是否有可能找出用户何时以回调的形式导航离开某些Navigation Controller
(当他切换到另一个标签时)?
答案 0 :(得分:0)
Tab Bar Controller的委托中的任何一个类都将被发送以下选择器:
- (BOOL)tabBarController:(UITabBarController *)tabBarController shouldSelectViewController:(UIViewController *)viewController
- (void)tabBarController:(UITabBarController *)tabBarController didSelectViewController:(UIViewController *)viewController