I want to save all the data the user has put in the UITextFields, to save when the app is quited and to reload the data when the user comes back to it.
Asked
Active
Viewed 55 times
0
-
Unclear question. So whats the problem? – Anoop Vaidya Mar 09 '13 at 01:22
-
For something like this, NSUserDefaults is probably the best choice. – rmaddy Mar 09 '13 at 01:38
1 Answers
0
Extract strings from each UITextFields and store it in strings or in a class.
Then you have multiple options to save it like :

Community
- 1
- 1

Anoop Vaidya
- 46,283
- 15
- 111
- 140