Search code examples
iosperformanceuiscrollviewzoomingpinch

Increasing UIScrollView pinch zoom speed/rate?


I would like to decrease the finger movements required to zoom in a UIScrollView, any ideas how to do it?

I came across the following answer here, but can't get it to work.


Solution

  • Unfortunately there is no officially supported way to do this. Apple tries to keep these things the same across apps and this is probably why the limitation.