How to store the data entered in the different text fields in plist in objective c. I have some 5 to 7 text fields in my project where the user can enter the values to it, n i have a SAVE button where on the onclick of the Save Button, the data entered to the text fields should get stored in the Plist.
How to Save the Data in PList or some database.