gesture pinch

How do I center the pinch action between the two fingers?

Currently the action center is always the center of the image independant of the location of the two fingers.

Don't think it is directly possible.


May be an option, but I did not test it at all.


I would try to:

- calculate the position of the center

- change the bounds of the view at the beginning of gesture.

- reset bounds at the end

gesture pinch
 
 
Q