I want to have an If statement that allows me to tell whether I have an NSUserDefaults saved or not.
|
|
||||
|
|
|
I think the question is asking whether or not a particular object is stored in the user defaults, rather than knowing whether or not data was successfully saved. The user defaults is simply a dictionary, in terms of it's API, so you can attempt to retrieve an object for a given key. If the object returned is not |
|||
|
|
|
The point of However, you can force it to save by calling
|
||||
|
|