0

Have tried:

[self.hero addObserver:self 
            forKeyPath:@"position.x"
               options:NSKeyValueObservingOptionNew 
               context:nil];

as well as:

KeyPath:@"position" 

and neither are calling

 - (void)observeValueForKeyPath:(NSString *)keyPath 
                       ofObject:(id)object 
                         change:(NSDictionary *)change 
                        context:(void *)context
Evan
  • 750
  • 7
  • 13
Garfbargle
  • 3,222
  • 2
  • 17
  • 17

0 Answers0