Commit 2e687b045203510fd20c57ae714b08c9d4dec898
1 parent
4454f724
0.6.8
Showing
2 changed files
with
2 additions
and
5 deletions
CNLiveVideoClassifyKit.podspec
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 { | ... | ... |