FastPdfKit Extensions Reference
For the FastPdfKit Reference look at doc.fastpdfkit.com.
The complete source code is available on github.
Overview
Please read the README document that contains a brief introduction to the Extensions.
To get started with Extensions launch the SampleProject with Xcode. Just Build and Run on the Simulator.
A very simple application will open with just one pdf with one set of annotations per page. Each set corresponds to one Extension.
If you are interested in using existing extension simply take a look at these classes and at the SampleProject:
- MainViewController and the actionOpenPlainDocument: method;
- OverlayManager with an example of
#import
ing frameworks.
If you want to create your own extension read the FPKSampleExtension Readme start dig into these classes and protocols:
- FPKView with the list of methods you need to implement;
- FPKYouTube the simplest Extension ever made;
- FPKOverlayManager to learn how the Extensions are managed.