Navigating Text Box on a PDF Is Not Working Any More After iOS 13 - Seems Gestures Issue Using PDFkit

PDFKit gestures issue stop working after upgrade to IOS 13

Here is the solution of PDFView touches cancelled called after upgrade iOS to 13.+
need to add this line..
self.pdfview.documentView?.gestureRecognizers?.removeAll()

PDFKit iOS11 Swift 4 How to display tables?

Thanks for your feedbacks.
I found something helpfull from Apple for the new PDFKit to play around and find the right annotations. But it looks like to draw a new pdf from scratch PDFKit is not the right framework, still have to use Quartz 2D. Sorry, I thought PDFKit is like a Kit for everything.

Here is what the PDF Annotations Editor:

https://developer.apple.com/library/content/samplecode/PDFAnnotationEditor/Introduction/Intro.html



Related Topics



Leave a reply



Submit