I have a couple of questions about NSUserDefaults in Mac OS X:
- When does the NSUserDefaults use the dictionary provided by registerDefaults? Only the first time the application is opened or every time the application is opened?
- Where is the information from NSUserDefaults stored?
- How can I reset NSUSerDefaults?
Thanks!
Code:
[NSUserDefaults resetStandardUserDefaults];
Actually it should change. I would try it with other controls like NSTextField. When it doesn't work you're doing it wrong
The idea of binding is exactly what you thought it is.