Commit c8438b89ea61dd55be263a9c3184925b67cf18fc
1 parent
5d548ff8
网页左滑不能反回
Showing
2 changed files
with
2 additions
and
1 deletions
CNLiveVideoClassifyKit.podspec
CNLiveVideoClassifyKit/Classes/ClassifyCategory/Controller/CNLiveClassifySegmentController.m
| ... | ... | @@ -191,6 +191,7 @@ static const CGFloat animationHeight = 15; |
| 191 | 191 | [super viewWillDisappear:animated]; |
| 192 | 192 | [self quitCustomChannels]; |
| 193 | 193 | self.navigationController.navigationBarHidden = NO; |
| 194 | + self.navigationController.interactivePopGestureRecognizer.enabled = YES; | |
| 194 | 195 | } |
| 195 | 196 | - (void)dealloc |
| 196 | 197 | { | ... | ... |