先从tabBarController取出导航控制器,再从导航控制器的ViewControllers取出需要传值的视图控制器。如

UINavigationController *recentNC = [self.tabBarController.viewControllers objectAtIndex:1];

    RecentCallViewController *recentVC = [recentNC.viewControllers objectAtIndex:0];

posted on 2015-08-14 11:31  4Dream  阅读(456)  评论(0编辑  收藏  举报