Commit 79e8d55e69e402283723d068c8ea87cabcf8a41d

Authored by yanglingyu
1 parent 768e4b0b

修复部分二级页面导航栏缺失问题

CNLiveVideoClassifyKit/Classes/ClassifyCategory/Controller/CNLiveClassifySegmentController.m
... ... @@ -190,7 +190,7 @@ static const CGFloat animationHeight = 15;
190 190 - (void)viewWillDisappear:(BOOL)animated {
191 191 [super viewWillDisappear:animated];
192 192 [self quitCustomChannels];
193   - self.navigationController.navigationBar.hidden = NO;
  193 + self.navigationController.navigationBarHidden = NO;
194 194 }
195 195 - (void)dealloc
196 196 {
... ...
Example/Podfile.lock
... ... @@ -128,7 +128,7 @@ PODS:
128 128 - CNLiveSDK/CNLiveStat (0.3.4.8)
129 129 - CNLiveUserManagement (0.1.5):
130 130 - CNLiveNewTripartiteManagement/MJExtension
131   - - CNLiveVideoClassifyKit (0.0.20):
  131 + - CNLiveVideoClassifyKit (0.0.23):
132 132 - CNLiveBaseKit
133 133 - CNLiveBeeHive
134 134 - CNLiveCategory
... ... @@ -552,7 +552,7 @@ SPEC CHECKSUMS:
552 552 CNLiveRequestBastKit: c6ae13843ee0f96082c58230dc92c249edd6220f
553 553 CNLiveSDK: 75bafaafbb8c09dcb4420adfe0f05130405b25e7
554 554 CNLiveUserManagement: ead053f2d701b01ea8fb5f1da572be788f2dd3cf
555   - CNLiveVideoClassifyKit: fe003a79396501afaaafbb80020fffeb8275612d
  555 + CNLiveVideoClassifyKit: 361be0bea9fa85e6d819e88f7a0d83565dce2253
556 556 FWDebug: 5a20d089a300517153de1438d8128ad4c4690951
557 557 JXCategoryView: 2ef9ecfd3735158d009ce02d1f29811aa822da65
558 558 Masonry: 678fab65091a9290e40e2832a55e7ab731aad201
... ...