Commit 85cf15b025e3379f944e77fa452b5a2dd0737520
1 parent
6cd49839
no message
Showing
1 changed file
with
1 additions
and
0 deletions
CNLiveVideoClassifyKit/Classes/Controller/CNCategoryBaseViewController.m
| @@ -96,6 +96,7 @@ | @@ -96,6 +96,7 @@ | ||
| 96 | { | 96 | { |
| 97 | self.navigationController.interactivePopGestureRecognizer.enabled = (index ==0); | 97 | self.navigationController.interactivePopGestureRecognizer.enabled = (index ==0); |
| 98 | UIViewController *vc = self.controllersArr[index]; | 98 | UIViewController *vc = self.controllersArr[index]; |
| 99 | + vc.navigationController.navigationBarHidden = YES; | ||
| 99 | if (index>self.ld_currentIndex) { | 100 | if (index>self.ld_currentIndex) { |
| 100 | [self.pageViewController setViewControllers:@[vc] direction:UIPageViewControllerNavigationDirectionForward animated:YES completion:NULL]; | 101 | [self.pageViewController setViewControllers:@[vc] direction:UIPageViewControllerNavigationDirectionForward animated:YES completion:NULL]; |
| 101 | }else | 102 | }else |