Skip to content

Instantly share code, notes, and snippets.

@robelkin
Created December 11, 2012 17:41
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 robelkin/4260545 to your computer and use it in GitHub Desktop.
Save robelkin/4260545 to your computer and use it in GitHub Desktop.
- (void) pinchHappened: (UIPinchGestureRecognizer *)sender
{
if(sender.state == UIGestureRecognizerStateChanged)
{
[self zoomAllChartsToLevel:sender.scale];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment