Skip to content

Releases: baupen/SimplePDFKit

FPS Target

Choose a tag to compare

@juliand665 juliand665 released this 30 May 02:10

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

Choose a tag to compare

@juliand665 juliand665 released this 13 Sep 03:27
1.1.1

updated to swift 4.2

added double-tap to zoom

Choose a tag to compare

@juliand665 juliand665 released this 24 Jul 22:36

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

Fake Drawing on x86_64

Choose a tag to compare

@juliand665 juliand665 released this 18 Jul 16:34

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

Choose a tag to compare

@juliand665 juliand665 released this 11 Jul 03:07

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

Full Release

Choose a tag to compare

@juliand665 juliand665 released this 10 Jul 21:06

Everything seems to work as expected.

Initial Release

Initial Release Pre-release
Pre-release

Choose a tag to compare

@juliand665 juliand665 released this 03 Jul 15:35
v0.0.0

carthage ready