tags:

views:

156

answers:

1

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