In-Line Editing of a List Item

I have a list of text items. I would like to be able to edit an item inside the list. I would tap an item and it would become a TextField, where I can edit the text. Then, when I leave the field or tap Done, it goes back to a Text item with the new data.

Any idea how to accomplish this?