How can Zoom the selected part of the graph using pan gesture. At first I can see full graph when I select some part of the graph using pinch that part should occupy full.
Suggest me with ideas...
How can Zoom the selected part of the graph using pan gesture. At first I can see full graph when I select some part of the graph using pinch that part should occupy full.
Suggest me with ideas...
Add a gesture recognizer to the hosting view and manipulate the graph in response to the gesture. You can turn off the default pinch scaling (allowPinchScaling
= NO) if it gets in the way.