CocoaPods trunk is moving to be read-only. Read more on the blog, there are 13 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Dec 2014 |
Maintained by Christopher Marcel Böddecker.
UIGestureRecognizer subclass to enable one-finger-zoom gestures.
This concrete subclass of UIGestureRecognizer enables one-finger-zooming (like in the Google Maps iOS app). It has support for elastic bouncing, like UIScrollView does:
If you're going to use this with UIScrollView or want to see it in action make sure to check out BDDRScrollViewAdditions.
Simply add the files in the BDDROneFingerZoomGestureRecognizer.h and BDDROneFingerZoomGestureRecognizer.m to your project or add BDDROneFingerZoomGestureRecognizer to your Podfile if you're using CocoaPods.
There are several properties that change the default behavior, especially interesting are numberOfTapsRequired, minimumPressDuration and allowableMovement. For more info see the header.
Follow @bddckr on Twitter.
Copyright (c) 2013 Christopher - Marcel Böddecker
Licensed under The MIT License (MIT).