尝试过:
[self.hero addObserver:self
forKeyPath:@"position.x"
options:NSKeyValueObservingOptionNew
context:nil];
以及:
KeyPath:@"position"
并且都没有打电话
- (void)observeValueForKeyPath:(NSString *)keyPath
ofObject:(id)object
change:(NSDictionary *)change
context:(void *)context