Remove native gesture UIKit

Hello! I need due to a buggy behaviour on my app to remove a tap gesture from QLPreviewController.

I must say I didn’t add one for my own so I assume is the native one.

QLPreviewController allow me to pinch, tap double tap… and obviously preview any kind of document. BUT as I said, tap gesture makes code bug, keyboard in particular.

So I need to get rid of that gesture. Any idea? Thanks in advance

I don't believe this is possible. Could you please be more specific about what keyboard issue you are hitting? Are you able to reproduce it in a sample app?

Remove native gesture UIKit
 
 
Q