How to save data , in an iOS application?

前端 未结 6 730
伪装坚强ぢ
伪装坚强ぢ 2021-01-16 18:23

I am developing an application where the user creates an event which has 3 fields:

Category , name , event. After the user gives his entry , i have a save

6条回答
  •  借酒劲吻你
    2021-01-16 19:26

    You can use NSKeyedUnArchiver to retrieve the data. It will over write if you try to write in the same file path

提交回复
热议问题