Releases: Alua-Kinzhebayeva/iOS-PDF-Reader
Releases · Alua-Kinzhebayeva/iOS-PDF-Reader
Fixes minor threading issue
Swift 4
Adds ability to display PDF starting from a specified page index
2.4.0 Bumps up podspec version
Adds Xcode 8.3 support
- Pre-compiled binary built on Xcode 8.3
Adds ability to display PDF from Data or a remote URL
2.3.0 Bumps up podspec version
Fixes rotation bug
- Fixes #41: Properly rotates PDF according to its rotation angle
Bug Fixes
Adds several new customization endpoints
Fixes thumbnail caching bug
Fixes performance issues when opening up large documents
- No longer waits for all the thumbnail images for all the pages to render when loading the first page; loads thumbnail images in the background, and then when they are eventually all loaded, updates the thumbnails.
- Adds a very large pdf for testing performance issues