My controller inherits UITableViewController:
The cells of the table are custom and are 100% filled by a UIWebView
I would like to have the user click anywhere in the UIWebView and have the UITableViewDelegate's function notified: - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
Is there a way to do this?