Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. - (void) observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change: (NSDictionary *)change context:(void *)context
  2. {
  3. if ([keyPath isEqualToString:@"strShift"] )
  4. {
  5. NSLog(@"KVO FTW");
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement