Commit d7033e7c83cc9ba7f252828b478b85c60af54bd0
1 parent
aa9a756b
主工程交互
Showing
2 changed files
with
3 additions
and
2 deletions
CNLiveVideoClassifyKit.podspec
CNLiveVideoClassifyKit/Classes/Controller/CNCategoryBaseViewController.m
| ... | ... | @@ -42,8 +42,9 @@ |
| 42 | 42 | - (void)categoryViewSelectedItemAtIndex:(NSInteger)index |
| 43 | 43 | { |
| 44 | 44 | self.ld_currentIndex = index; |
| 45 | - [[CNLiveListManager shareListManager] setIsHiddenFirst:NO]; | |
| 45 | + [CNLiveListManager shareListManager].isHiddenFirst = NO; | |
| 46 | 46 | self.isHiddenFirst = NO; |
| 47 | + [self.categoryView selectItemAtIndex:index]; | |
| 47 | 48 | } |
| 48 | 49 | |
| 49 | 50 | -(JXCategoryBaseView *)preferredCategoryView{ | ... | ... |