Hi
I need to fire this function - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{}
when the UITextField of a Custom Cell in a UITableView is selected, so far it only fires when the row gets selected.
Thanks.