Hi all,
After a lot of searching I was not able to find wheather you need to pass a dictionary object to:
[NSUserDefaultsDidChangeNotification addObserver: forKeyPath: options: context:];
and what should be provided in options if I want to be notified for even a single change in the userDefaults. Also what is keypath?
Thanx in advance.