I was data to persist when a user is filling out a form. However, I want that data erased from temporary storage when the form is completed.
Would it be a good idea to use NSUserDefaults when the user is filling out the form (in the event the App terminates/pauses), and NSCoding when the form is submitted and the data is sent to local storage?
Any advice would be great.
Would it be a good idea to use NSUserDefaults when the user is filling out the form (in the event the App terminates/pauses), and NSCoding when the form is submitted and the data is sent to local storage?
Any advice would be great.