Alua-Kinzhebayeva / iOS-PDF-Reader

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

thumbnails caching - related to #28 #36

Closed rsomlette closed 7 years ago

rsomlette commented 7 years ago

Now that there is a caching system for the thumbnail. The view are loaded faster. However it created a new issue which i just discover.

I've a table view with a list of PDFs. When i click on one, I generate a PDFViewController and then push it on my NavigationController. The problem is when I go back and select another PDF, the thumbnail are from the first opened PDF.