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 ...
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Adding the following will disable multi-touch in the specified view.
view.multipleTouchEnabled = NO;