How to get indexPath.row at textFieldDidEndEditing
Posted
by phx
on Stack Overflow
See other posts from Stack Overflow
or by phx
Published on 2010-04-06T19:21:00Z
Indexed on
2010/04/06
19:23 UTC
Read the original article
Hit count: 168
iphone-sdk
|uitableview
Hey all,
i use some code for inline cell editing from Apples TaggedLocations Example and im now stuck.
At the demo Code they save the changes at textFieldDidEndEditing, this works because they asume to edit only the first element in a table view.
I have to edit every row at the table view, so my problem is how to get indexPath.row to update the correct object stored in a mutableArray.
Or did i miss something?
Thanks for your help!
© Stack Overflow or respective owner