Commit 85cf15b025e3379f944e77fa452b5a2dd0737520

Authored by yanglingyu
1 parent 6cd49839

no message

CNLiveVideoClassifyKit/Classes/Controller/CNCategoryBaseViewController.m
... ... @@ -96,6 +96,7 @@
96 96 {
97 97 self.navigationController.interactivePopGestureRecognizer.enabled = (index ==0);
98 98 UIViewController *vc = self.controllersArr[index];
  99 + vc.navigationController.navigationBarHidden = YES;
99 100 if (index>self.ld_currentIndex) {
100 101 [self.pageViewController setViewControllers:@[vc] direction:UIPageViewControllerNavigationDirectionForward animated:YES completion:NULL];
101 102 }else
... ...