I’m creating a Form with UITableView, I want that when i click over any part of my row, get the focus on the textfield so I can write on it. Right now to focus on the textfield (yellow space) i have to click only over the textfield (see image). Name is the title (not editable) 
Thanks a lot
Say you have a textField named
myTextFieldthat you want to have focused when selecting the first row in the table.Do this in your
didSelectRowAtIndexPath:method