Create an Edit view similar to Contacts App
- by Daniel Granger
I have an edit view in my app which is a instance of UITableViewController and contains one cell with a textfield in a grouped table.
At the moment this cell is at the top of the screen and is firstResponder so they keyboard is visible as well. But in all the Apples apps like the Contacts App when you edit a piece of information like an Email it buts both of its rows in the middle between the Nav Bar and the Keyboard not at the top of the screen.
How do I achieve this effect?
Many Thanks