Quick and dirty way to store NSStrings (or other data) from launch to launch?
Posted
by Moshe
on Stack Overflow
See other posts from Stack Overflow
or by Moshe
Published on 2010-05-17T03:17:51Z
Indexed on
2010/05/17
3:20 UTC
Read the original article
Hit count: 222
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.
© Stack Overflow or respective owner