当KVO SKSpriteNode的位置(CGPoint的键值观察)时不委托代表

时间:2013-12-09 05:30:05

标签: ios objective-c key-value-observing

尝试过:

[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

0 个答案:

没有答案