Commit 4454f7247491752747d620d95f22a4272bfa989f

Authored by yanglingyu
1 parent 68b021fe

0.6.7

CNLiveVideoClassifyKit.podspec
... ... @@ -8,7 +8,7 @@
8 8  
9 9 Pod::Spec.new do |s|
10 10 s.name = 'CNLiveVideoClassifyKit'
11   - s.version = '0.6.6'
  11 + s.version = '0.6.7'
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
... ... @@ -374,7 +374,7 @@ static const CGFloat animationHeight = 15;
374 374 CATransition* transition = [CATransition animation];
375 375 transition.type = kCATransitionPush;
376 376 transition.subtype = kCATransitionFromRight;
377   - [self.navigationController popViewControllerTransition:transition];
  377 + [self.navigationController popToRootViewControllerTransition:transition];
378 378 }
379 379 #pragma mark - Method
380 380 - (NSInteger)containsWithChannelId:(NSString *)channelId {
... ...