Skip to content

Releases: Alua-Kinzhebayeva/iOS-PDF-Reader

Fixes minor threading issue

13 Nov 00:35
Compare
Choose a tag to compare

Swift 4

12 Nov 23:57
Compare
Choose a tag to compare
2.5.0

Bumps up podspec to 2.5.0

Adds ability to display PDF starting from a specified page index

06 Apr 22:51
Compare
Choose a tag to compare

Adds Xcode 8.3 support

27 Mar 19:13
Compare
Choose a tag to compare
  • Pre-compiled binary built on Xcode 8.3

Adds ability to display PDF from Data or a remote URL

17 Mar 00:05
Compare
Choose a tag to compare

Fixes rotation bug

11 Mar 20:10
Compare
Choose a tag to compare
  • Fixes #41: Properly rotates PDF according to its rotation angle

Bug Fixes

09 Mar 06:39
Compare
Choose a tag to compare

Adds several new customization endpoints

24 Feb 13:36
Compare
Choose a tag to compare
  • isThumbnailsEnabled whether to load and display the thumbnail bar at the bottom #38
  • scrollDirection scroll direction of the PDF (vertical or horizontal) #40
  • collectionView is now public #39

Fixes thumbnail caching bug

01 Feb 19:37
Compare
Choose a tag to compare

Includes fixes for #35 and #36

Fixes performance issues when opening up large documents

19 Jan 05:52
Compare
Choose a tag to compare
  • 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