Question

I have view with CGPathRef and when user zooming this view by pinching view dont't reload: enter image description here But after zooming view reload: enter image description here

However I need to reload view while user pinching it. How can I do it? Or is it possible?

Was it helpful?

Solution

You can query for current pinching using the UIPinchGestureRecognizerStateChanged. This has an example of how it is implemented: Max/Min Scale of Pinch Zoom in UIPinchGestureRecognizer - iPhone iOS

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top