Authored by 戴强

删除针对tabbar的特殊处理

... ... @@ -9,7 +9,7 @@
Pod::Spec.new do |s|
s.name = "YHEventReport"
s.version = "0.6.6"
s.version = "0.6.7"
s.summary = "YHEventReport."
s.description = "无埋点SDK"
s.homepage = "http://git.yoho.cn/mobile/YH_EventReport"
... ...
... ... @@ -57,14 +57,7 @@
self.timedEvents = [NSMutableDictionary dictionary];
NSArray *tabAry= @[@"YH_GuangMainVC",
@"YH_ShowMainVC",
@"YH_CmtMainVC",
@"YH_ShoppingCartViewController",
@"UIPageViewController",
@"YH_MyViewController",
@"YH_CategoryViewController",
];
NSArray *tabAry= @[];
self.tabViewControllerArray = [NSMutableArray arrayWithArray:tabAry];
}
... ...