al
Aeline
2021-03-08 ce4eaddf9eb835f01e6bf5845a063d306f322b24
BuWanVideo2.0/MyRegardController.m
@@ -210,7 +210,8 @@
-(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(nonnull NSIndexPath *)indexPath{
    NSDictionary * dic = [ListDataArray[indexPath.section] objectForKey:@"VideoInfo"];
    NSLog(@"%ld",(long)indexPath.section);
    XYRDetailViewController *play=[[XYRDetailViewController alloc]init];
    XYRDetailViewController *play = [[XYRDetailViewController alloc]init];
    [YTHsharedManger startManger].preController = self;
    play.modalPresentationStyle = 0;
    play.Model = [XYRVideoInfoModel yy_modelWithDictionary:dic];
    [self presentViewController:play animated:YES completion:^{