Commit c8438b89ea61dd55be263a9c3184925b67cf18fc

Authored by yanglingyu
1 parent 5d548ff8

网页左滑不能反回

CNLiveVideoClassifyKit.podspec
@@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
8 8
9 Pod::Spec.new do |s| 9 Pod::Spec.new do |s|
10 s.name = 'CNLiveVideoClassifyKit' 10 s.name = 'CNLiveVideoClassifyKit'
11 - s.version = '0.0.28' 11 + s.version = '0.0.29'
12 s.summary = '视讯头部一二级菜单组件' 12 s.summary = '视讯头部一二级菜单组件'
13 13
14 # This description is used to generate tags and improve search results. 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,6 +191,7 @@ static const CGFloat animationHeight = 15;
191 [super viewWillDisappear:animated]; 191 [super viewWillDisappear:animated];
192 [self quitCustomChannels]; 192 [self quitCustomChannels];
193 self.navigationController.navigationBarHidden = NO; 193 self.navigationController.navigationBarHidden = NO;
  194 + self.navigationController.interactivePopGestureRecognizer.enabled = YES;
194 } 195 }
195 - (void)dealloc 196 - (void)dealloc
196 { 197 {