You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are turning off the pinch to zoom by the following code:
self.barChartView.pinchZoomEnabled = NO;
But we are still able to pinch zoom, this has only been happening recently after the latest update to charts, is there something else we need to do to disable it?
The text was updated successfully, but these errors were encountered:
We are turning off the pinch to zoom by the following code:
self.barChartView.pinchZoomEnabled = NO;
But we are still able to pinch zoom, this has only been happening recently after the latest update to charts, is there something else we need to do to disable it?
The text was updated successfully, but these errors were encountered: