0
- (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary<NSString *,id> *)change context:(void *)context {
}

Errors I'm getting are: Parse Issue Expected '>', Expected ')'

I am a beginner to Objective C, can anyone point out where the error is and explain please.

Thanks

Wain
  • 118,658
  • 15
  • 128
  • 151
  • you're mixing objective-c and swift. Where you have `NSDictionary<...>` remove `<...>` and you should be left with `...change:(NSDictionary*)change context:(void *)...` – Rog Sep 22 '15 at 07:15
  • Ok thanks it worked. :) – user2894034 Sep 22 '15 at 07:42

0 Answers0