Releases: baupen/SimplePDFKit
FPS Target
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
1.1.1 updated to swift 4.2
added double-tap to zoom
double-tapping anywhere zooms to 4x if zoomed out completely or zooms out completely if not
Fake Drawing on x86_64
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
A pretty hacky but functional way to support the iOS simulator and thus also Carthage.
Full Release
Everything seems to work as expected.
Initial Release
v0.0.0 carthage ready