iOS PDF Presenter written in Swift
- Outline of the pdf file
- Share pdf with others or store on local iOS devices
- Page count
- More coming soon... 😄
To integrate PDFPresenter into your Xcode project using CocoaPods, specify it in your Podfile:
pod 'PDFPresenter'
https://cocoapods.org/pods/PDFPresenter
import PDFPresenter
let vc = PDFViewController(pdf: pdfItem(title: "{Insert PDF Title here}", pdfURL: "{Insert PDF URL here}"))
self.navigationController?.pushViewController(vc, animated: true)
Coming soon
For major changes, please open an issue first to discuss what you would like to change.
UIKit, PDFKit
Please give a star as support, much love❤️!