1

I want to disable pinch-in gesture to dismiss gesture in QLPreviewController when present it. if I push the QLPreviewController everything work fine.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Leanghorn
  • 43
  • 6

1 Answers1

2

If you present the QLPreviewController inside a UINavigationController, the zoom to dismiss gesture is automatically disabled. The look-and-feel otherwise is exactly the same.

datwelk
  • 1,017
  • 1
  • 9
  • 18