Sze Wong
The problem with NSUserDefaults Opt
After you register the defaults, you still need to do a sync to have
the values actually saved in the default database:
[[NSUserDefaults standardUserDefaults] synchronize];
See if that helps.
Sze Wong
Zerion Consulting
http://www.zerionconsulting.com [http://www.zerionconsulting.com/]
On Sep 27, 12:10 am, Tom