Is it possible to disable the "Multiple Taps" through the application, and not install it for each control?
If you look at the Apple documentation, I think this is not possible because the delivery of touch events applies only to views: Configuring Touch event delivery
Just create a simple view that you put on the top of your application that does not allow multiple touch.