How to display pdf on iOS

后端 未结 12 1154
半阙折子戏
半阙折子戏 2020-12-12 18:30

I want to know if there is any way for a offline build for xcode iOS such that we can display pdf file from local file.

The method I\'m using now is vi

12条回答
  •  余生分开走
    2020-12-12 19:07

    There is a new toolkit IOs has introduced. It has many dedicated features related to displaying PDFs. You can use PdfView class in it to display a PDF either from a local file or via a URL.

    PDFKit > PDFView

提交回复
热议问题