Swift 如何使用 PDFKit 显示当前页面

How to display current page using PDFKit on Swift

如何在swift上使用PDFKit阅读PDF文件时显示当前PDF页面?例如,页面顶部或底部的小框显示“1 of 20”。

你可以这样获取当前页面:

let currentPageIndex = pdfDocument.index(for: pdfView.currentPage!)