0

I'm using QLPreviewController as child view in my application, and want to dismiss keybord that is shown when I open password protected files. I was trying to change first responder and send -endEditing message, but nothing helps. Did anyone try to do something simillar? Thanks in advance!

Mookker
  • 29
  • 7

1 Answers1

0

Since QLPreviewController runs in XPC(sand-boxing), I'm afraid you cannot do this and neither do gesture or any other recognizers work.