Commit 2e687b045203510fd20c57ae714b08c9d4dec898

Authored by yanglingyu
1 parent 4454f724

0.6.8

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.7'
  11 + s.version = '0.6.8'
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
... ... @@ -371,10 +371,7 @@ static const CGFloat animationHeight = 15;
371 371 [CNLiveClassifyJumpBridge showViewOrPushVCWithCurrentVC:self pushType:CNLiveClassifyJumpPushLoginVC];
372 372 }
373 373 - (void)backToHomeAction:(UIButton *)sender{
374   - CATransition* transition = [CATransition animation];
375   - transition.type = kCATransitionPush;
376   - transition.subtype = kCATransitionFromRight;
377   - [self.navigationController popToRootViewControllerTransition:transition];
  374 + [self.navigationController popToRootViewControllerAnimated:YES];
378 375 }
379 376 #pragma mark - Method
380 377 - (NSInteger)containsWithChannelId:(NSString *)channelId {
... ...