Pinch and Zoom examples?

I haven’t used Declares before and I’m somewhat baffled by iOSKit. Does anyone have an example app that uses pinch and zoom? Thanks!

This might help:
https://www.jeremieleroy.com/upload/pinch_example.zip

Thanks! I’ll check it out.

Hi Jeremie, Got it working. The only thing that tripped me up was getting a compile error on:

me.scale = 1.0

Eventually, I found your hidden adjustment to UIKit where you added a Setter to the scale property of the Pinch gesture recognizer.

Forgot to notify that little adjustment.
I have never used pinch & zoom in one of my iOS projects, but will certainly need it soon.

Can I ask you deeply question about
“Pinch and Zoom examples “ ?

Can I move the magnified objects by dragging after the pinch out ?