Authored by 于良

tab bar view path调整 review by 孙凯

... ... @@ -16,7 +16,7 @@
+ (void)trackAppClickWithView:(id)targetView UITabbar:(UITabBar *)tabBar didSelectItem:(UITabBarItem *)item{
NSUInteger tabIndex = [tabBar.items indexOfObject:item];
NSString *indexString = [NSString stringWithFormat:@"tabBarIndex[%ld]",(long)tabIndex];
NSString *indexString = [NSString stringWithFormat:@"Index[%ld]",(long)tabIndex];
NSString *viewPath = [NSString stringWithFormat:@"%@/%@",[self viewPathOfPurposeView:tabBar],indexString];
... ...