Skip to content

Instantly share code, notes, and snippets.

@Kevinwlee
Last active August 29, 2015 14:03
Show Gist options
  • Save Kevinwlee/22af2139e6509bdf5835 to your computer and use it in GitHub Desktop.
Save Kevinwlee/22af2139e6509bdf5835 to your computer and use it in GitHub Desktop.
Sample handler
- (void)handleNotification:(NSNotification *)notification {
NSDictionary *event = notification.object;
// handle event notification here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment