BuWanVideo2.0/MyRegardController.m
@@ -211,6 +211,7 @@ NSDictionary * dic = [ListDataArray[indexPath.section] objectForKey:@"VideoInfo"]; NSLog(@"%ld",(long)indexPath.section); XYRDetailViewController *play=[[XYRDetailViewController alloc]init]; [YTHsharedManger startManger].preController = self; play.modalPresentationStyle = 0; play.Model = [XYRVideoInfoModel yy_modelWithDictionary:dic]; [self presentViewController:play animated:YES completion:^{