I have set up the customized Hint for my UIButton. What I expect is that when single-tapped, the button will read the Hint; when double-tapped the Hint will not sound, but the normal button action will happen.
But in fact, the Hint is read again on double-tap, while at the same time the normal button action happens. The re-reading would be annoying enough, but the normal action is to play a different sound. They wind up being combined. Yecch!
One would think the UIAccessibilityTraitPlaysSound would be the thing to use, but it has no effect. I could just use AllowsDirectInteraction, but would then lose the Hint. In any case, the re-reading of the Hint on double-tap is just wrong. IMHO.