UITableViewCell *cell = (UITableViewCell *)[btn superview];
NSIndexPath *indexPath = [_myTableView indexPathForCell:cell]; NSLog(@"indexPath is = %i",indexPath.row);
UITableViewCell *cell = (UITableViewCell *)[btn superview];
NSIndexPath *indexPath = [_myTableView indexPathForCell:cell]; NSLog(@"indexPath is = %i",indexPath.row);