How to disable the multitouch capabilities in new iPhone application?
+3
A:
Multi-touch tracking is not enabled by default, so in effect you need not do anything. See "multipleTouchEnabled" in the documentation for UIView.
Run Loop
2010-04-07 05:26:37