Commit 13a154bf06c28cbbeed73273d5a57ca7dd1d378c

Authored by yanglingyu
1 parent 9d3ac0f7

解决二级页面无法返回

CNLiveVideoClassifyKit/Classes/ClassifyCategory/Controller/CNCategoryBaseViewController.m
... ... @@ -33,7 +33,6 @@
33 33 -(void)viewWillAppear:(BOOL)animated
34 34 {
35 35 [super viewWillAppear:animated];
36   - self.navigationController.interactivePopGestureRecognizer.enabled = NO;
37 36 self.navigationController.navigationBarHidden = YES;
38 37  
39 38 }
... ...