I am trying to handle the touch to explore and one finger slide gestures when in the voice over mode, for my scroll view that has multiple buttons. I am implementing the UIAccessibilityFocus accessibilityElementDidBecomeFocused protocol to update my scroll view offset.
However, I need to handle the single touch to explore gesture action differently to the the one finger slide gesture in voice over mode. I can't seem to find how to do this in the UIAccessibility documentation and would appreciate if someone can guide me or point me to the right solution. Many thanks