Reputation: 5413
right now, the multi touch events causing the app to crash. I need to turn off the multi touch of capibility of the viewcontroller.
Upvotes: 0
Views: 1175
Reputation: 10182
viewController.view.multipleTouchEnabled=NO;
Upvotes: 3