I am creating a table-based interface similar to iPad Contacts, in which the user can add to a list of rows by tapping a blank row at the bottom. The table is always in edi
Try calling reloadRowsAtIndexPaths:withRowAnimation: on the row being edited. (I'm not sure if that will mess up the first responder status on your text field or not.)