Commit 4454f7247491752747d620d95f22a4272bfa989f
1 parent
68b021fe
0.6.7
Showing
2 changed files
with
2 additions
and
2 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.6' | 11 | + s.version = '0.6.7' |
| 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
| @@ -374,7 +374,7 @@ static const CGFloat animationHeight = 15; | @@ -374,7 +374,7 @@ static const CGFloat animationHeight = 15; | ||
| 374 | CATransition* transition = [CATransition animation]; | 374 | CATransition* transition = [CATransition animation]; |
| 375 | transition.type = kCATransitionPush; | 375 | transition.type = kCATransitionPush; |
| 376 | transition.subtype = kCATransitionFromRight; | 376 | transition.subtype = kCATransitionFromRight; |
| 377 | - [self.navigationController popViewControllerTransition:transition]; | 377 | + [self.navigationController popToRootViewControllerTransition:transition]; |
| 378 | } | 378 | } |
| 379 | #pragma mark - Method | 379 | #pragma mark - Method |
| 380 | - (NSInteger)containsWithChannelId:(NSString *)channelId { | 380 | - (NSInteger)containsWithChannelId:(NSString *)channelId { |