[sessionController.currentSession addObserver:self
forKeyPath:@"sessionState"
options:(NSKeyValueChangeSetting)
context:NULL];
这似乎不起作用。
这段代码所在的类知道 sessionController 并且可以访问 currentSession。currentSession 的 sessionState 变量是我要观察的。以我在这里所做的方式设置要观察的对象是否被禁止?
如果是这样,这样做的方法是什么?没有给观察对象一个 currentSession 变量。