ios PDFKit displaymode = singlepage only shows the first page of the pdf

前端 未结 3 1409
囚心锁ツ
囚心锁ツ 2021-01-20 10:15

I\'m trying to display a pdf on ios via apples PDFKit library, and rather than use PDFDisplayMode.singlePageContinuous mode, I want to stop at page breaks so I\'m trying to

3条回答
  •  一向
    一向 (楼主)
    2021-01-20 10:45

    You might simply set the displayMode to continuous and it might work:

    pdfView.displayMode = .singlePageContinuous
    

提交回复
热议问题