I'm trying to use PDFPageOverlayViewProvider by copying the code provided in the "What's new in PDFKit" WWDC22 session here: https://developer.apple.com/videos/play/wwdc2022/10089/
I've copied the method implementations and set my pdfView's pageOverlayViewProvider
property to the view where I implemented the protocol. However, when I try to run my app, the pdfView(_ view: PDFView, overlayViewFor page: PDFPage)
method is never getting called.
Has anyone been able to get this working successfully?