I want to disable pinch-in gesture to dismiss gesture in QLPreviewController when present it. if I push the QLPreviewController everything work fine.
Asked
Active
Viewed 436 times
1 Answers
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
-
Thanks for this workaround. Wasted a lot of hours trying to disable this behavior. – Musa almatri Aug 09 '20 at 22:28