Commit 1862ee7f121103621da0f86deb9caa3240ee53e0

Authored by 王军波
1 parent 6a45edab

注释当初进入直播多余代码

LiveVideoCloud/Classes/Sections/homeSections/Controller/HomeViewController.m
... ... @@ -85,8 +85,8 @@
85 85  
86 86 - (void)UGCLiveAction
87 87 {
88   - LVCUGCLivePlayerController *UGCLiveVC = [[LVCUGCLivePlayerController alloc] init];
89   - [self.navigationController pushViewController:UGCLiveVC animated:YES];
  88 +// LVCUGCLivePlayerController *UGCLiveVC = [[LVCUGCLivePlayerController alloc] init];
  89 +// [self.navigationController pushViewController:UGCLiveVC animated:YES];
90 90 }
91 91  
92 92 - (void)UGCLiveListAction
... ...