Alua-Kinzhebayeva / iOS-PDF-Reader

PDF Reader for iOS written in Swift
MIT License
532 stars 150 forks source link

Disable ThumbnailView while user is reading? #94

Closed Basha0 closed 6 years ago

Basha0 commented 6 years ago

Hello, is there a way to disable the ThumbnailView while the user is in "reading mode" and activate it if he touches the screen again? Like: open PDF->he doesn't do anything in 2 seconds -> disable thumbnailView Touches screen -> activate the view again and when he again doesn't do anything -> disable again.

Would be nice if there a way to this :D