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:
Though its not well documented, NSUserDefaults do support key-value observing in iOS7.