Ok problem partial solved... ready funciontion what just click in the cell the table view, the app show me the next view.. but i need a problem.. in the next view not show me the back button for go to the previous view..
this the code modifed for run the re send.. now what do?
- (void)tableView

UITableView *)tableView didSelectRowAtIndexPath

NSIndexPath *)indexPath {
nextCateViewController *nextController = [[nextCateViewController alloc] initWithNibName:@"nextCateView" bundle:nil];
[self.view addSubview:[nextController view]];
}