I\'m using NSUserDefaults in my app and I would like to be notified when a particular value is changed. For that, I added the following lines in viewDidLoad:
[NSUserDefaults standardUserDefaults] seems to be KVO compliant now as I am able to observe and bind to it's values. I'm running 10.7.2, using Xcode 4.2, SDK 10.7, LLVM compiler 3.0 .
I can't seem to find this new behavior documented anywhere in the release notes.