0

I have a key in my app delegate that I listen for changes using the following code:

[self addObserver:self forKeyPath:@"myKey" options:0 context:nil];

After some time though, the app delegate stops responding to changes to myKey. Why does this happen?

jscs
  • 63,694
  • 13
  • 151
  • 195
Matt
  • 9,068
  • 12
  • 64
  • 84

0 Answers0