0

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.

Mike D
  • 4,938
  • 6
  • 43
  • 99
user2102538
  • 39
  • 2
  • 5

1 Answers1

0

Extract strings from each UITextFields and store it in strings or in a class.

Then you have multiple options to save it like :

Plist.

CoreData.

Normal File.

Community
  • 1
  • 1
Anoop Vaidya
  • 46,283
  • 15
  • 111
  • 140