Commit d5a226090ebf860f0336b627d79da0fa50379768

Authored by yanglingyu
1 parent c8370afe

美食中国隐藏浏览记录

CNLiveVideoClassifyKit.podspec
... ... @@ -8,7 +8,7 @@
8 8  
9 9 Pod::Spec.new do |s|
10 10 s.name = 'CNLiveVideoClassifyKit'
11   - s.version = '0.0.41'
  11 + s.version = '0.4.2'
12 12 s.summary = '视讯头部一二级菜单组件'
13 13  
14 14 # This description is used to generate tags and improve search results.
... ...
CNLiveVideoClassifyKit/Classes/ClassifyCategory/Controller/CNLiveSubSegmentController.m
... ... @@ -154,8 +154,8 @@
154 154 }
155 155 }
156 156 }else if ([self.channelId isEqualToString:@"11"]) {
157   - // 美食中国 历史记录
158   - [self.view addSubview:self.historyBtn];
  157 + // 美食中国 历史记录4月11日隐藏
  158 +// [self.view addSubview:self.historyBtn];
159 159 }
160 160  
161 161 weakself
... ... @@ -199,9 +199,9 @@
199 199 self.progressView.centerY = self.myCategoryView.height/2;
200 200 width = self.progressView.left;
201 201 }else if ([self.channelId isEqualToString:@"11"]){
202   - self.historyBtn.right = self.searchBtn.left - 15;
203   - self.historyBtn.centerY = self.myCategoryView.height/2;
204   - width = self.historyBtn.left;
  202 +// self.historyBtn.right = self.searchBtn.left - 15;
  203 +// self.historyBtn.centerY = self.myCategoryView.height/2;
  204 +// width = self.historyBtn.left;
205 205 }
206 206 self.myCategoryView.width = width-10;
207 207 }
... ... @@ -346,8 +346,8 @@
346 346 self.progressView.right = self.moreBtn.left-15;
347 347 width = self.progressView.left;
348 348 } else if ([self.channelId isEqualToString:@"11"]) {
349   - self.historyBtn.right = self.searchBtn.left - 15;;
350   - width = self.historyBtn.left;
  349 +// self.historyBtn.right = self.searchBtn.left - 15;;
  350 +// width = self.historyBtn.left;
351 351 }
352 352  
353 353 self.myCategoryView.width = width-10;
... ...
Example/Podfile.lock
... ... @@ -14,7 +14,7 @@ PODS:
14 14 - AFNetworking/Serialization (4.0.1)
15 15 - AFNetworking/UIKit (4.0.1):
16 16 - AFNetworking/NSURLSession
17   - - CNLiveBaseKit (0.1.23):
  17 + - CNLiveBaseKit (0.1.28):
18 18 - CNLiveNewTripartiteManagement/MJExtension
19 19 - CNLiveBeeHive (0.1.9)
20 20 - CNLiveBServices (0.1.3.9):
... ... @@ -34,7 +34,7 @@ PODS:
34 34 - CNLiveBeeHive
35 35 - CNLiveBServices/Service (0.1.3.9):
36 36 - CNLiveBeeHive
37   - - CNLiveBusinessBaseModule (0.2.2):
  37 + - CNLiveBusinessBaseModule (0.2.5):
38 38 - CNLiveBaseKit
39 39 - CNLiveBeeHive
40 40 - CNLiveBServices
... ... @@ -43,7 +43,7 @@ PODS:
43 43 - CNLiveNewTripartiteManagement/QMUIKit
44 44 - CNLiveRequestBastKit
45 45 - CNLiveUserManagement
46   - - CNLiveBusinessTools (0.1.31):
  46 + - CNLiveBusinessTools (0.1.32):
47 47 - CNLiveBaseKit
48 48 - CNLiveEnvironment
49 49 - CNLiveNewTripartiteManagement/QMUIKit
... ... @@ -118,7 +118,7 @@ PODS:
118 118 - CNLiveBusinessTools
119 119 - CNLiveCustomUI/CNLiveGetImage
120 120 - CNLiveNewTripartiteManagement/MJRefresh
121   - - CNLiveCWebViewModule (0.2.3):
  121 + - CNLiveCWebViewModule (0.3.1):
122 122 - CNLiveCustomUI
123 123 - CNLiveEnvironment
124 124 - CNLiveNewTripartiteManagement/Masonry
... ... @@ -127,7 +127,7 @@ PODS:
127 127 - CNLiveSDK/CNLiveStat
128 128 - CNLiveUserManagement
129 129 - WebViewJavascriptBridge
130   - - CNLiveEnvironment (0.3.4)
  130 + - CNLiveEnvironment (0.3.6)
131 131 - CNLiveNewTripartiteManagement/Masonry (0.2.0.6):
132 132 - Masonry (= 1.1.0)
133 133 - CNLiveNewTripartiteManagement/MJExtension (0.2.0.6):
... ... @@ -161,7 +161,7 @@ PODS:
161 161 - CNLiveSDK/CNLiveStat (0.3.4.8)
162 162 - CNLiveUserManagement (0.1.5):
163 163 - CNLiveNewTripartiteManagement/MJExtension
164   - - CNLiveVideoClassifyKit (0.0.39):
  164 + - CNLiveVideoClassifyKit (0.0.41):
165 165 - CNLiveBaseKit
166 166 - CNLiveBeeHive
167 167 - CNLiveBusinessBaseModule
... ... @@ -504,11 +504,11 @@ PODS:
504 504 - SDWebImage (5.2.3):
505 505 - SDWebImage/Core (= 5.2.3)
506 506 - SDWebImage/Core (5.2.3)
507   - - UMAPM (1.5.6)
508   - - UMCCommon (7.3.5):
  507 + - UMAPM (1.6.3)
  508 + - UMCCommon (7.3.6):
509 509 - UMAPM
510 510 - UMDevice
511   - - UMDevice (2.1.0)
  511 + - UMDevice (2.2.1)
512 512 - WebViewJavascriptBridge (6.0.3)
513 513 - YYAsyncLayer (1.0)
514 514 - YYCache (1.0.4)
... ... @@ -579,22 +579,22 @@ EXTERNAL SOURCES:
579 579  
580 580 SPEC CHECKSUMS:
581 581 AFNetworking: 7864c38297c79aaca1500c33288e429c3451fdce
582   - CNLiveBaseKit: 44e5fc573cbca78a86b704cf77c886ef53889807
  582 + CNLiveBaseKit: 22b123f4c1b21e3f4ca7862922b428003cc89fee
583 583 CNLiveBeeHive: 1e105b15b6ccaad546258fcf91231563beb853d4
584 584 CNLiveBServices: 747c8c6c8d300c4daaeb108027c5886c66ed02ce
585   - CNLiveBusinessBaseModule: c3e34e44ea164034318e6ba4802a16961ff43ecd
586   - CNLiveBusinessTools: 3cb2335316d1a330a179ea11151db0d5c203adb4
  585 + CNLiveBusinessBaseModule: 1c70784cc67ac3410c573c7ee28c3f5d88b0894c
  586 + CNLiveBusinessTools: 67358bb3f6e914ee32b8572cc2fdf0122ad95094
587 587 CNLiveCategory: c90a01af1e20cd89f47d4f551d47d2ddc9ca96f3
588 588 CNLiveCommonCategory: 22c9842b31f2087803ae69e983b2c944fb80eae1
589 589 CNLiveCustomControl: a692e47171afb799cebc210a8e77c5a4ddfc2099
590 590 CNLiveCustomUI: b704f07f5f734e45c06bda1877e67b5f9e5d3581
591   - CNLiveCWebViewModule: 92635bbd539554f861f24857792ff36ceeb2a368
592   - CNLiveEnvironment: 48ba0f934399fd25fc54dc3239009754bcc1ddb3
  591 + CNLiveCWebViewModule: 7f48305d603dd362943b4fc24f888a8ee77fe639
  592 + CNLiveEnvironment: 1a6228a9c98d4b69d88728c87ca325f9254f5c93
593 593 CNLiveNewTripartiteManagement: 29ddb2d23ee77bcd42ba5eaf5f1322ed37db5baa
594 594 CNLiveRequestBastKit: 9fe28913b94a0a072298eba3356f17b98ef0b6cd
595 595 CNLiveSDK: 75bafaafbb8c09dcb4420adfe0f05130405b25e7
596 596 CNLiveUserManagement: ead053f2d701b01ea8fb5f1da572be788f2dd3cf
597   - CNLiveVideoClassifyKit: 61ffd55d9d1e75da84d362d6e3a2097faf254181
  597 + CNLiveVideoClassifyKit: b1645298a1f95185820c1bacd7d9f09448fa9165
598 598 FWDebug: 5a20d089a300517153de1438d8128ad4c4690951
599 599 JXCategoryView: 2ef9ecfd3735158d009ce02d1f29811aa822da65
600 600 Masonry: 678fab65091a9290e40e2832a55e7ab731aad201
... ... @@ -602,9 +602,9 @@ SPEC CHECKSUMS:
602 602 MJRefresh: ed450d6eb9d3346a2cb033ab7eb6de090aeef437
603 603 QMUIKit: 15294d6a350466e4a6f4df0333eac5bff474f995
604 604 SDWebImage: 46a7f73228f84ce80990c786e4372cf4db5875ce
605   - UMAPM: 5ab988b8bedfd090ee2307cb80530ba79b8ac264
606   - UMCCommon: 3c535e9e3958f72df075cc6fe4776fb5e403c8bc
607   - UMDevice: 04948a92184e8d25f1369b635dff5490c1f063e0
  605 + UMAPM: 76db9514ceb4c94c44cfa143498860626ca0dda5
  606 + UMCCommon: 67766370204f54467c2271a13397c403992ebeec
  607 + UMDevice: 053478c4b4d7292f31f0a275c227d3c4007a5571
608 608 WebViewJavascriptBridge: 7f5bc4d3581e672e8f32bd0f812d54bc69bb8e29
609 609 YYAsyncLayer: df6b01ebc695c5f6b4c15dd5c23fa3e081eb25c0
610 610 YYCache: 8105b6638f5e849296c71f331ff83891a4942952
... ...