Skip to content

Instantly share code, notes, and snippets.

@mavris
Created July 4, 2017 09:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mavris/0a1ee3af132e7ebb964fd5bce503897a to your computer and use it in GitHub Desktop.
Save mavris/0a1ee3af132e7ebb964fd5bce503897a to your computer and use it in GitHub Desktop.
- (void)swizzled_setObject:(id)value forKey:(NSString *)defaultName {
[self swizzled_setObject:value forKey:defaultName];
NSLog(@"Set Object %@ for key %@",value,defaultName);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment