TabBarController delegate is not working
Posted
by Zach
on Stack Overflow
See other posts from Stack Overflow
or by Zach
Published on 2010-03-03T08:05:26Z
Indexed on
2010/05/24
5:51 UTC
Read the original article
Hit count: 208
Hi,
Can any one help me, when i am using my UITabBarController delegate it is not working..
I called a delegate method like this..
- (void)tabBarController:(UITabBarController *)tabBarController didSelectViewController:(UIViewController *)viewController
{
[self.navigationController popToRootViewControllerAnimated:NO];
}
© Stack Overflow or respective owner