Skip to content

Instantly share code, notes, and snippets.

@Kevinwlee
Last active August 29, 2015 14:03
Show Gist options
  • Save Kevinwlee/c949ae2af8fedfd75c4d to your computer and use it in GitHub Desktop.
Save Kevinwlee/c949ae2af8fedfd75c4d to your computer and use it in GitHub Desktop.
Observing sensor pipeline events
[[NSNotificationCenter defaultCenter] addObserver: self selector:@selector("your-method-here") name: CCHSensorPipelineDidPostEvent object:nil];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment