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
You might simply set the displayMode to continuous and it might work:
displayMode
pdfView.displayMode = .singlePageContinuous