In my iOS-App I'm using a PDFView
with pdfView.usePageViewController(true, withViewOptions: nil)
.
I want to hide the PDFThumbnailView
when the user swipes to another page.
I already looked inside PDFViewDelegate
but there's no suitable function to use.