Commit c8438b89ea61dd55be263a9c3184925b67cf18fc

Authored by yanglingyu
1 parent 5d548ff8

网页左滑不能反回

CNLiveVideoClassifyKit.podspec
... ... @@ -8,7 +8,7 @@
8 8  
9 9 Pod::Spec.new do |s|
10 10 s.name = 'CNLiveVideoClassifyKit'
11   - s.version = '0.0.28'
  11 + s.version = '0.0.29'
12 12 s.summary = '视讯头部一二级菜单组件'
13 13  
14 14 # This description is used to generate tags and improve search results.
... ...
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 {
... ...