I've recently implemented a pdfviewer using the ios PDFKit library, and am using singlepage mode rather than continuous mode. Following the solution to another question I've implemented the page turning with a swipe handler however this just loads the next/prev page.
Is it possible to animate moving between the pages in singlePage mode?