in ios 5 i was able to disable the double tap zoom by just overriding it with a new double tap gesture. But it seems that the double tap gesture is no longer in the gesturer
This worked for me: [_mapView.subviews[0] addGestureRecognizer:MyDoubleTapOverrider];