NSUserDefaults - reload needed?

Posted by wallou on Stack Overflow See other posts from Stack Overflow or by wallou
Published on 2010-06-08T16:18:29Z Indexed on 2010/06/08 16:22 UTC
Read the original article Hit count: 279

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about iphone

Related posts about xcode