Commit 09c25294bccde450bcae1995738ca53f84d23530
1 parent
e8d0319d
删掉列表控制器入口
Showing
1 changed file
with
1 additions
and
3 deletions
LiveVideoCloud/LiveVideoCloud/Classes/Sections/homeSections/Controller/HomeViewController.m
| ... | ... | @@ -11,7 +11,6 @@ |
| 11 | 11 | #import "LVCLivePlayerController.h" |
| 12 | 12 | #import "LVCUGCLivePlayerController.h" |
| 13 | 13 | #import "LVCTVLiveViewController.h" |
| 14 | -#import "LVCUGCLiveListController.h" | |
| 15 | 14 | #import "V8HorizontalPickerView.h" |
| 16 | 15 | #import "MHPagingScrollView.h" |
| 17 | 16 | #import "LVCTelevisionView.h" |
| ... | ... | @@ -90,8 +89,7 @@ |
| 90 | 89 | |
| 91 | 90 | - (void)UGCLiveListAction |
| 92 | 91 | { |
| 93 | - LVCUGCLiveListController *listVC = [[LVCUGCLiveListController alloc] init]; | |
| 94 | - [self.navigationController pushViewController:listVC animated:YES]; | |
| 92 | + | |
| 95 | 93 | } |
| 96 | 94 | |
| 97 | 95 | #pragma mark - V8HorizontalPickerViewDataSource | ... | ... |