MyTabbarController * tab = [[MyTabbarController alloc]init];
AppDelegate *delegate = (AppDelegate*)[[UIApplication sharedApplication]delegate];
tab.selectedIndex = 1;
[delegate changeRootViewCtrl:self ToViewCtrl:tab];
tab会全部重载