多个TabbarControllers

时间:2014-11-07 05:17:33

标签: ios uitabbarcontroller

我的appliation中有两个tabbar控制器。如何导航回上一个标签栏控制器 第一个是我的默认tabbar,另一个是这样的 当我从默认设置转到customizenewtabbar然后回到我的deafult tabbar的方式是什么

- (void)customizeNewTabBar{
    UITabBar *tabBar = [Setting sharedInstance].tabBarNewController.tabBar;

    UITabBarItem *projectItem = [tabBar.items objectAtIndex:0];



    UITabBarItem *mediaItem = [tabBar.items objectAtIndex:1];


    UITabBarItem *packagesItem = [tabBar.items objectAtIndex:2];



    UITabBarItem *helpItem = [tabBar.items objectAtIndex:3];


    UITabBarItem *settingsItem = [tabBar.items objectAtIndex:4];

    [tabBar setTintColor:[UIColor whiteColor]];
}

0 个答案:

没有答案