Skip to content

Releases: baupen/SimplePDFKit

FPS Target

30 May 02:10

Choose a tag to compare

There is now a (configurable) delay between renders, defaulting to 1/5 second, i.e. a maximum of 5 renders per second—this may seem low, but thanks to the fallback render in the background and the fact that renders also include some buffer of things that are just off-screen, it's really enough for most cases, and it massively reduces CPU impact, which previously almost always capped out at 100% since scroll events are so frequent.

updated to swift 4.2

13 Sep 03:27

Choose a tag to compare

1.1.1

updated to swift 4.2

added double-tap to zoom

24 Jul 22:36

Choose a tag to compare

double-tapping anywhere zooms to 4x if zoomed out completely or zooms out completely if not

Fake Drawing on x86_64

18 Jul 16:34

Choose a tag to compare

This allows you to test the remainder of your app, e.g. on simulator, without having it crash because the PDFium is only compiled for ARM.

Carthage Hotfix

11 Jul 03:07

Choose a tag to compare

A pretty hacky but functional way to support the iOS simulator and thus also Carthage.

Full Release

10 Jul 21:06

Choose a tag to compare

Everything seems to work as expected.

Initial Release

03 Jul 15:35

Choose a tag to compare

Initial Release Pre-release
Pre-release
v0.0.0

carthage ready