andreyvit / ScrollingMadness

A catalog of UIScrollView samples (iPhone)
243 stars 23 forks source link

How to disable multi-touch #3

Open rockit88 opened 15 years ago

rockit88 commented 15 years ago

I've tried several ways of disabling multitouch, both by disabling it on the view through the properties and also detected when the touches count is greater than 1 in the event handlers...but it still is allowing this and the zoom view doesn't handle it well. I'm trying to only make it zoom on double tap. Any thoughts?

joopjoob commented 15 years ago

Did you ever figure out how to disable multi-touch?