1

I am trying two-finger scrub gesture (draw a Z on the screen using two fingers) on iPhone when voiceOver is ON but it's not working while default back gesture is working without voiceOver.

I have created a custom back button and have also tried the below link to enable it. Visit Disable swipe back gesture in Swift

Community
  • 1
  • 1

1 Answers1

1

Regardless of the specific issue, you can work around it by implementing accessibilityPerformEscape() and popping the top view controller on escape.

Justin
  • 20,509
  • 6
  • 47
  • 58