错误信息:
cast of ‘int’ to “NSIndexPath *’ is disallowed with ARC
码:
NSInteger CurrentIndex; [self tableView:(UITableView *)horizontalTableView1 didSelectRowAtIndexPath:(NSIndexPath *)int_CurrentIndex];@H_403_12@