I have a problem while I apply this code on
-(void)tabBar:(UITabBar *)tabBar didSelectItem:(UITabBarItem *)item{
UINavigationController *nav=(UINavigationController*)self.selectedViewController;
[nav popToRootViewControllerAnimated:YES];
}
when select index at 0 error message xcode give "Unbalanced calls to begin/end appearance transitions for ." and my all tabbar getting freeze.please help me out.Thank you