In an app I have a plist:
root ---> dictionary
cell ----> array
item0 ---> string
item1 ----> string
and so on.
In tableView which holds the data from this plist & tableview navigation bar holds an add button. When I clicked on it, it pushes another view which holds a text field & a button. I want to store the text field's text into the plist in an array at the last object by clicking on the button.
Whenever I reload the tableview, the data is stored in the plist permanently.