NSUserDefaults - reload needed?
- by wallou
hey guys,
I use NSUserDefaults to store some stuff.
It works fine but only after i restart the app.
I use:
[prefs synchronize];
I thought it would immediately save the data but instead preferences stay null.
If you have any idea or already deal with it let me know.
Thanks for any help.
Wallou