|  | WhirlyGlobe
    1.1
    A 3D interactive globe toolkit for ios | 
#import <PinchDelegate.h>
| Static Public Member Functions | |
| (WhirlyGlobePinchDelegate *) | + pinchDelegateForView:globeView: | 
| Protected Attributes | |
| float | startZ | 
| If we're in the process of zooming in, where we started. | |
| WhirlyGlobeView * | globeView | 
WhirlyGlobe Pinch Gesture Delegate Responds to pinches on a UIView and manipulates the globe view accordingly.
| + (WhirlyGlobePinchDelegate *) pinchDelegateForView: | (UIView *) | view | |
| globeView: | (WhirlyGlobeView *) | globeView | |
Create a pinch gesture and a delegate and wire them up to the given UIView Also need the view parameters in WhirlyGlobeView