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.
如何在目标c中的plist中的不同文本字段中存储输入的数据。我的项目中有5到7个文本字段,用户可以在其中输入值,我有一个SAVE按钮,在保存按钮的单击上,输入到文本字段的数据应该存储在Plist中。
How to Save the Data in PList or some database.
如何在PList或某个数据库中保存数据。