As you know an UIView can detect multi fingers. I just would like to restrict this functionality to one finger. How can I do that ? I didn't find a method ...
Asked
Active
Viewed 752 times
1 Answers
3
Adding the following will disable multi-touch in the specified view.
view.multipleTouchEnabled = NO;

Mick MacCallum
- 129,200
- 40
- 280
- 281

Roman Temchenko
- 1,796
- 1
- 13
- 17