Skip to content

Instantly share code, notes, and snippets.

@Pasta
Created January 15, 2013 10:04
Show Gist options
  • Save Pasta/4537661 to your computer and use it in GitHub Desktop.
Save Pasta/4537661 to your computer and use it in GitHub Desktop.
- (void) motionEnded:(UIEventSubtype)motion withEvent:(UIEvent *)event
{
if (event.type == UIEventSubtypeMotionShake)
[[NSNotificationCenter defaultCenter] postNotificationName:@"BugsterIOMotionEventEnded" object:nil];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment