Posts

Post not yet marked as solved
0 Replies
1.2k Views
I am using PDFKit to draw annotation over PDF view. While performing multiple highlighter annotation most of the time long pressing on the highlighter annotation is getting proper frame but in one PDF when long pressing on the highlighter annotation is getting large frame and it is selecting all the nearest highlighter. This method is giving the wrong location and this is the default method of PDFKit. let tapPageLocation = pdfView.convert(location, to: page)
Posted Last updated
.