Create an Edit view similar to Contacts App
Posted
by Daniel Granger
on Stack Overflow
See other posts from Stack Overflow
or by Daniel Granger
Published on 2010-04-17T13:49:49Z
Indexed on
2010/04/17
13:53 UTC
Read the original article
Hit count: 212
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
© Stack Overflow or respective owner