Commit 2e687b045203510fd20c57ae714b08c9d4dec898
1 parent
4454f724
0.6.8
Showing
2 changed files
with
2 additions
and
5 deletions
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.6.7' | 11 | + s.version = '0.6.8' |
| 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
| @@ -371,10 +371,7 @@ static const CGFloat animationHeight = 15; | @@ -371,10 +371,7 @@ static const CGFloat animationHeight = 15; | ||
| 371 | [CNLiveClassifyJumpBridge showViewOrPushVCWithCurrentVC:self pushType:CNLiveClassifyJumpPushLoginVC]; | 371 | [CNLiveClassifyJumpBridge showViewOrPushVCWithCurrentVC:self pushType:CNLiveClassifyJumpPushLoginVC]; |
| 372 | } | 372 | } |
| 373 | - (void)backToHomeAction:(UIButton *)sender{ | 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 | #pragma mark - Method | 376 | #pragma mark - Method |
| 380 | - (NSInteger)containsWithChannelId:(NSString *)channelId { | 377 | - (NSInteger)containsWithChannelId:(NSString *)channelId { |