| | |
| | | -(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:^{ |