| | |
| | | -(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{ |
| | | if (mytableview.editing == NO) { |
| | | [tableView deselectRowAtIndexPath:indexPath animated:YES]; |
| | | XYRDetailViewController *play=[[XYRDetailViewController alloc]init]; |
| | | XYRDetailViewController *play = [[XYRDetailViewController alloc]init]; |
| | | [YTHsharedManger startManger].preController = self; |
| | | NSDictionary *dic = historyListDataArray[indexPath.row]; |
| | | play.modalPresentationStyle = 0; |
| | | play.Model = [XYRVideoInfoModel yy_modelWithDictionary:dic]; |