AppDelegate.h *****
@interface AppDelegate : UIResponder <UIApplicationDelegate,UITabBarControllerDelegate,UITabBarDelegate>
AppDelegate.m *****
- (void)tabBarController:(UITabBarController *)tabBarController didSelectViewController:(UIViewController *)viewController
{
NSLog(@"%lu",(unsigned long)tabBarController.selectedIndex);
}
This method not work any idea ? I want to scroll top when click tab bar item Help please :)