How to save a string into the NSUserDefaults?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
to get it back later
|
|||
|
|
more precisely
|
|||||||||||||||
|
|
Something like this:
Then to retrieve:
You should really check out Apple's NSUserDefaults Class Reference and also maybe this tutorial: iPhone Programming Tutorial – Saving/Retrieving Data Using NSUserDefaults |
|||
|
|
|
Do not forget this statement because otherwise it may not always work:
|
|||
|
|
