NSIndexPath *indexPath = [NSIndexPath indexPathForRow:0 inSection:0];if ([myTableView.delegate respondsToSelector:@selector(tableView:willSelectRowAtIndexPath:)]) { [myTableView.delegate tableView:self.tableView willSelectRowAt