Showing
2 changed files
with
2 additions
and
9 deletions
@@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
9 | Pod::Spec.new do |s| | 9 | Pod::Spec.new do |s| |
10 | 10 | ||
11 | s.name = "YHEventReport" | 11 | s.name = "YHEventReport" |
12 | - s.version = "0.6.6" | 12 | + s.version = "0.6.7" |
13 | s.summary = "YHEventReport." | 13 | s.summary = "YHEventReport." |
14 | s.description = "无埋点SDK" | 14 | s.description = "无埋点SDK" |
15 | s.homepage = "http://git.yoho.cn/mobile/YH_EventReport" | 15 | s.homepage = "http://git.yoho.cn/mobile/YH_EventReport" |
@@ -57,14 +57,7 @@ | @@ -57,14 +57,7 @@ | ||
57 | self.timedEvents = [NSMutableDictionary dictionary]; | 57 | self.timedEvents = [NSMutableDictionary dictionary]; |
58 | 58 | ||
59 | 59 | ||
60 | - NSArray *tabAry= @[@"YH_GuangMainVC", | ||
61 | - @"YH_ShowMainVC", | ||
62 | - @"YH_CmtMainVC", | ||
63 | - @"YH_ShoppingCartViewController", | ||
64 | - @"UIPageViewController", | ||
65 | - @"YH_MyViewController", | ||
66 | - @"YH_CategoryViewController", | ||
67 | - ]; | 60 | + NSArray *tabAry= @[]; |
68 | self.tabViewControllerArray = [NSMutableArray arrayWithArray:tabAry]; | 61 | self.tabViewControllerArray = [NSMutableArray arrayWithArray:tabAry]; |
69 | 62 | ||
70 | } | 63 | } |
-
Please register or login to post a comment