let document = PDFDocument(url: path). let pdfView = PDFView(frame: view.frame). pdfView.document = document. view.addSubview(pdfView).
確定! 回上一頁