I've got a plist and I'm loading it into a table view, what I'm trying to do is when I click on a table cell, it'll bring up a keyboard and allow me to edit the text in the table cells (hence editing the plist value)
Would anyone be able to point me in the right direction as to how to complete this?
If I drew a text field in the cell, then I could edit the text, but would anyone know how then to send that newly typed in value to the plist to update the value that was just edited?
You have:
NSMutableArray
) in which you load this plistTo modify plist through table view: