Quick and dirty way to store NSStrings (or other data) from launch to launch?
- by Moshe
I want to allow my user to store custom phrases, to be displayed in an editable UITableView.
What's a quick and dirty to store these strings?
I'm fairly new at iPhone development. I know about Core Data, but not how to use it. i would stay away form that just for this particular project if possible. Are PLIST files a possibility here?
Sample code is appreciated.
Thank you.