I am implementing the UITableViewDelegate Override method:
- (void) tableView

UITableView*)tableView didSelectRowAtIndexPath

NSIndexPath*)indexPath
{
}
Is there a way to get the x and y component of the indexPath so I know the exact position of what cell the user selects? Thanks!