PDFDrawingView icon indicating copy to clipboard operation
PDFDrawingView copied to clipboard

pdf showing Lines with pdf file

Open donjin123 opened this issue 5 years ago • 0 comments

at the time of loading pdf from URL Border will be displayed. i attached code snippet here. let pdf = PDFDocument(url: URL(string: urlFromData)!) { pdfView = PDFDrawingView(frame: holdingView.bounds, document: pdf, style: .vertical, delegate: self) holdingView.addSubview(pdfView) }

donjin123 avatar Sep 01 '20 12:09 donjin123