iOS Question Could not detect pinch with Gesture Recognizer from narek adonts

MitchBu

Well-Known Member
Licensed User
Longtime User
For my latest project, it would be nice to use pinch to control the app.

I have downloaded the test project from narek adonts at

Unfortunately, I don't seem to be able to detect pinch at all.

Any help will be deeply appreciated.

TIA
 

Semen Matusovskiy

Well-Known Member
Licensed User
Probably, a sample is too large, but Pinch works.
Add Log to Sub grPinchPanRotate_Pinch(state As Int, att As Pinch_Attributes) and run an app. Select Pinch Pan Rotate and pinch red square.
 
Upvote 1

MitchBu

Well-Known Member
Licensed User
Longtime User
Probably, a sample is too large, but Pinch works.
Add Log to Sub grPinchPanRotate_Pinch(state As Int, att As Pinch_Attributes) and run an app. Select Pinch Pan Rotate and pinch red square.

You are right, it works fine. I did not understand I had to pinch the red square. I made it 300x300, so it is easier.

Thank you Semen :)
 
Upvote 0
Top